Since SEOPress 3.2
add_filter('seopress_404_exclude','sp_pro_404_exclude'); function sp_pro_404_exclude($array) { //URL starting with, to exclude (default: "wp-content/cache") $array[] = 'wp-content/themes'; return $array; }
Last modified: October 7, 2018