wpseo_pre_analysis_post_content, $post->post_content, $post

wpseo_pre_analysis_post_content, $post->post_content, $post

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_filters('wpseo_pre_analysis_post_content, $post->post_content, $post') is found 1 times:

  • /inc/class-wpseo-content-images.php line 102
    		 *
    		 * @param string  $post_content The Post content string.
    		 * @param WP_Post $post         The current post.
    		 */
    		$content = apply_filters( 'wpseo_pre_analysis_post_content', $post->post_content, $post );
    
    		if ( ! is_string( $content ) ) {
    			$content = '';
    		}
    
    		return $content;