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.8.1.1

apply_filters('aioseo_404_robots') is found 1 times:

  • /app/Common/Meta/Robots.php line 143
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
        return $this->metaHelper();
    }
     
    if ( is_404() ) {
        return apply_filters( 'aioseo_404_robots', 'noindex' );
    }
     
    if ( is_archive() ) {
        $this->archives();
     
        return $this->metaHelper();