aioseo_details_column_post_show_title

aioseo_details_column_post_show_title

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

  • /app/Common/Standalone/DetailsColumn.php line 241
    			'columnName'         => $columnName,
    			'nonce'              => $nonce,
    			'title'              => $thePost->title,
    			'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 ),