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

apply_filters('aioseo_analysis_content') is found 1 times:

  • /app/Common/Api/PostsTerms.php line 196
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    * @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.