aioseo_analysis_content

aioseo_analysis_content

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_analysis_content') is found 1 times:

  • /app/Common/Api/PostsTerms.php line 196
    	 * @param  \WP_Post|int $post The post.
    	 * @return string             The custom field content.
    	 */
    	private static function getAnalysisContent( $post = null ) {
    		$analysisContent = apply_filters( 'aioseo_analysis_content', aioseo()->helpers->getPostContent( $post ) );
    
    		return sanitize_post_field( 'post_content', $analysisContent, $post->ID, 'display' );
    	}
    
    	/**
    	 * Update post settings.