diff --git a/includes/export-datas.php b/includes/export-datas.php new file mode 100644 index 0000000..7399e4c --- /dev/null +++ b/includes/export-datas.php @@ -0,0 +1,145 @@ +Title + 'Export', // link text + 'manage_options', // user capabilities + 'export_datas', // page slug + 'export_datas_page_callback', // this function prints the page content + 'dashicons-external', // icon (from Dashicons for example) + 12 // menu position + ); +} + +function export_datas_page_callback() +{ +?> +
Exporter les données des artisans au format CSV.
+ +