aioseo_details_column_post_show_description, true, $postId

aioseo_details_column_post_show_description, true, $postId

Hook Type: filter

See hook in core

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

apply_filters('aioseo_details_column_post_show_description, true, $postId') is found 1 times:

  • /app/Common/Standalone/DetailsColumn.php line 420
    			'defaultTitle'       => aioseo()->meta->title->getPostTypeTitle( $postType ),
    			'showTitle'          => apply_filters( 'aioseo_details_column_post_show_title', true, $postId ),
    			'description'        => $thePost->description,
    			'defaultDescription' => aioseo()->meta->description->getPostTypeDescription( $postType ),
    			'showDescription'    => apply_filters( 'aioseo_details_column_post_show_description', true, $postId ),
    			'value'              => ! empty( $thePost->seo_score ) ? (int) $thePost->seo_score : 0,
    			'showMedia'          => false,
    			'isSpecialPage'      => aioseo()->helpers->isSpecialPage( $postId ),
    			'postType'           => $postType,
    			'isPostVisible'      => aioseo()->helpers->isPostPubliclyViewable( $postId ),
    			'isNoindexed'        => $this->isNoindexed( $thePost, $postType ),