Warning call add_action
-
Hi,
When i update the plugin, i see a warning :
“Warning: Use of undefined constant create_user_Table – assumed ‘create_user_Table’ (this will throw an Error in a future version of PHP) in /app/public/wp-content/plugins/gdpr-framework/gdpr-framework.php on line 137”
And when i went in this file, i see :
add_action(‘admin_init’, create_user_Table);
So i think you need to add “‘” on create_user_Table for to have :
add_action(‘admin_init’, ‘create_user_Table’);
Cédric
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Warning call add_action’ is closed to new replies.