wp_load.php “Hook custom_css_loaded is deprecated”
-
I have a PHP application which is authenticating users against WordPress by including wp_load.php and then using wp_authenticate() etc. In the last couple of days I have started getting the following errors every time the application includes wp_load.php:
E_USER_DEPRECATED in /home/****/public_html/wp-includes/functions.php at line 6078 Hook custom_css_loaded is deprecated since version jetpack-13.5! Use WordPress Custom CSS instead. Jetpack no longer supports Custom CSS. Read the www.ads-software.com documentation to learn how to apply custom styles to your site: https://www.ads-software.com/documentation/article/styles-overview/#applying-custom-css #0 MRBS\generate_backtrace() called at [/home/****/public_html/book/functions_error.inc:228] #1 MRBS\output_error() called at [/home/****/public_html/book/functions_error.inc:274] #2 MRBS\error_handler() #3 trigger_error() called at [/home/****/public_html/wp-includes/functions.php:6078] #4 wp_trigger_error() called at [/home/****/public_html/wp-includes/functions.php:5941] #5 _deprecated_hook() called at [/home/****/public_html/wp-content/plugins/jetpack/modules/custom-css.php:35] #6 custom_css_loaded() called at [/home/****/public_html/wp-includes/class-wp-hook.php:324] #7 WP_Hook->apply_filters() called at [/home/****/public_html/wp-includes/class-wp-hook.php:348] #8 WP_Hook->do_action() called at [/home/****/public_html/wp-includes/plugin.php:517] #9 do_action() called at [/home/****/public_html/wp-content/plugins/jetpack/class.jetpack.php:1854] #10 Jetpack::load_modules() called at [/home/****/public_html/wp-includes/class-wp-hook.php:324] #11 WP_Hook->apply_filters() called at [/home/****/public_html/wp-includes/class-wp-hook.php:348] #12 WP_Hook->do_action() called at [/home/****/public_html/wp-includes/plugin.php:517] #13 do_action() called at [/home/****/public_html/wp-settings.php:550] #14 require_once(/home/****/public_html/wp-settings.php) called at [/home/****/public_html/wp-config.php:66] #15 require_once(/home/****/public_html/wp-config.php) called at [/home/****/public_html/wp-load.php:50]
I am using the Twenty Sixteen theme. Deactivating Jetpack makes the problem go away.
Any ideas?
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.