aioseo_details_column_post_show_description

aioseo_details_column_post_show_description

Hook Type: filter

See hook in core

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

apply_filters('aioseo_details_column_post_show_description') is found 1 times:

  • /app/Common/Standalone/DetailsColumn.php line 244
    			'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 )
    		];