[Plugin: People Lists] tiny mce hook error
-
just installed people list, great plugin!
however i noticed on the profile page there is an error message being displayed
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘wp_tiny_mce_preload_dialogs’ not found or invalid function name in C:\xampp\htdocs\testsite\wp-includes\plugin.php on line 405
based on this ticket – https://core.trac.www.ads-software.com/ticket/18001
a hook being used by the people list plugin got removed.workaround fix:
1. Goto your plugin folder for people list
2. Open people-lists.php
3. Modify line 42 and 43 toadd_action('admin_footer-user-edit.php', 'wp_preload_dialogs', 30 ); add_action('admin_footer-profile.php', 'wp_preload_dialogs', 30 );
this solved the problem for me
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘[Plugin: People Lists] tiny mce hook error’ is closed to new replies.