aioseo_details_column_post_show_description
aioseo_details_column_post_show_description
Appears in: all-in-one-seo-pack.4.7.5.1, all-in-one-seo-pack.4.7.6, all-in-one-seo-pack.4.7.7, all-in-one-seo-pack.4.7.7.2, all-in-one-seo-pack.4.7.8, all-in-one-seo-pack.4.7.9.1, all-in-one-seo-pack.4.8.0, all-in-one-seo-pack.4.8.1, all-in-one-seo-pack.4.8.1.1
Hook Type: filter
Displaying hooks found in version: all-in-one-seo-pack.4.8.1.1apply_filters('aioseo_details_column_post_show_description') is found 1 times:
- /app/Common/Standalone/DetailsColumn.php line 246242243244245246247248249250251252
'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
)
];