Getting this error on two pages on my website. I am running Enfold 6.0.6 and WordPress
Deprecated: Function wp_targeted_link_rel is deprecated since version 6.7.0 with no alternative available. in …public_html/wp-includes/functions.php on line 6114
I added the following to the WP config file with no success:
define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_LOG’, true );
define( ‘WP_DEBUG_DISPLAY’, false );
@ini_set( ‘display_errors’, 0 );
‘SCRIPT_DEBUG’, true );
Not sure what to do now