the chaty_plugin_check_db_table will hide the core upgrade info in the footer
-
I found that because
chaty_plugin_check_db_table()
runs the following scriptrequire_once(ABSPATH . 'wp-admin/includes/upgrade.php');
it hides default wordpress “get update” message of the footer.
It also hides any message from the filter “update_footer” because our plugin use this filter. So After turning on Chaty, those messages are hidden also.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘the chaty_plugin_check_db_table will hide the core upgrade info in the footer’ is closed to new replies.