aioseo_details_column_post_show_title
aioseo_details_column_post_show_title
Appears in: all-in-one-seo-pack.4.7.5.1
Hook Type: filter
Displaying hooks found in version: all-in-one-seo-pack.4.7.5.1apply_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 ),