Deprecated function in wp-includes functions.php
-
After updating to WordPress 6.4.2 I am getting the following error:
Deprecated: Function the_block_template_skip_link is deprecated since version 6.4.0! Use wp_enqueue_block_template_skip_link() instead. in /www/camunipress_755/public/wp-includes/functions.php on line 6031
If I navigate to that line of code within the codebase I have the following:
trigger_error( $message, $error_level );
I have searched for that function but it doesn’t seem to be being used within my codebase. I have deactivated all plugins but I still get the error. Any help with this would be appreciated!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Deprecated function in wp-includes functions.php’ is closed to new replies.