Bonjour,
votre code :
/*site internet top*/
/**
* Filter the post navigation screen reader text.
*
* @author GoDaddy
*
* @param string $template Markup for the screen reader text.
* @param string $class Screen reader navigation class.
*
* @return Markup for the post navigation template.
*/
add_filter(‘navigation_markup_template’, function navigation_markup_filter( $template, $class ) {
return str_replace( ‘h2’, ‘span’, $template );
}, 10, 2 );
Réponse : Parse error: syntax error, unexpected ‘navigation_markup_filter’ (T_STRING), expecting ‘(‘ in /homepages/2/d505216444/htdocs/site-internet-top.fr/wp-content/themes/site-internet-top.fr/functions.php on line 130
Thank you