Bootstrap-3-blank-wordpress-theme icon indicating copy to clipboard operation
Bootstrap-3-blank-wordpress-theme copied to clipboard

Warnings in the Custom Theme Options page in admin

Open daniapa opened this issue 9 years ago • 0 comments

This warning shows every time that functions.php call to add_settings_section(...) : Warning: call_user_func() expects parameter 1 to be a valid callback, function 'pu_display_section' not found or invalid function name in C:\Xampp\htdocs\boxfantasywp\wp-admin\includes\template.php on line 1285

To solve it, you have to insert the next function in the functions.php file : function pu_display_section($section){}

daniapa avatar Dec 31 '15 10:12 daniapa