aioseo_robots_meta, $this->attributes

aioseo_robots_meta, $this->attributes

Hook Type: filter

See hook in core

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

apply_filters('aioseo_robots_meta, $this->attributes') is found 1 times:

  • /app/Common/Meta/Robots.php line 192
    			$this->attributes['noindex']  = 'noindex';
    			$this->attributes['nofollow'] = 'nofollow';
    		}
    
    		$this->attributes = array_filter( (array) apply_filters( 'aioseo_robots_meta', $this->attributes ) );
    
    		return $array ? $this->attributes : implode( ', ', $this->attributes );
    	}
    
    	/**
    	 * Sets the attributes for the current post.