aioseo_404_robots, noindex

aioseo_404_robots, noindex

Hook Type: filter

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1

apply_filters('aioseo_404_robots, noindex') is found 1 times:

  • /app/Common/Meta/Robots.php line 143
    			return $this->metaHelper();
    		}
    
    		if ( is_404() ) {
    			return apply_filters( 'aioseo_404_robots', 'noindex' );
    		}
    
    		if ( is_archive() ) {
    			$this->archives();
    
    			return $this->metaHelper();