Getting error: wp_no_robots is deprecated
-
On job listings that have been imported I’m seeing this a lot:
Deprecated: wp_no_robots is deprecated since version 5.7.0! Use wp_robots_no_robots() instead. in wp-includes/functions.php on line 4861On jobs that are input directly into this site I have not seen this error.
So I scanned the fetch plugin folder for ‘wp_no_robots’ and I found this on line 81 of the file class-gofetch-frontend.php
if ( $goft_wpjm_options->block_search_indexing ) { wp_no_robots(); return; }
Is this causing the problem? Shouldn’t this use wp_robots_no_robots() instead?
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Getting error: wp_no_robots is deprecated’ is closed to new replies.