aioseo_404_robots

aioseo_404_robots

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

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

apply_filters('aioseo_404_robots') is found 1 times:

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