wip filter email registration

This commit is contained in:
asus
2024-03-26 22:33:41 +01:00
parent dbb6dc0d19
commit 0136be4316
15 changed files with 97 additions and 24 deletions

View File

@@ -63,7 +63,7 @@ add_filter('plugin_action_links_cipf_plugin/cipf_plugin.php', 'add_link_to_custe
*
*/
function toggle_custer_plugin_menu_CIPF() {
PLGNTLS_class::debug_infos();
PLGNTLS_class::debug_infos(2);
$slug_toggle = PLGNTLS_class::SLUG_TOOGLE_ADMIN_MENU;
$toggle_menu = PLGNTLS_class::TOGGLE_ADMIN_MENU;
@@ -72,6 +72,7 @@ function toggle_custer_plugin_menu_CIPF() {
if ($current_slug !== $slug_toggle['_name']) {
return;
}
PLGNTLS_class::debug_infos();
$show = null;
if (!isset($_GET)) {