aioseo_llms_post_description
aioseo_llms_post_description
Appears in: all-in-one-seo-pack.4.9.3
Hook Type: filter
Displaying hooks found in version: all-in-one-seo-pack.4.9.3apply_filters('aioseo_llms_post_description') is found 1 times:
- /app/Common/Llms/Llms.php line 380
$title = apply_filters( 'aioseo_llms_post_title', $post->post_title, $post ); $content = '- [' . aioseo()->helpers->decodeHtmlEntities( $title ) . '](' . aioseo()->helpers->decodeUrl( get_permalink( $post ) ) . ')'; $description = aioseo()->meta->description->getPostDescription( $post ); $description = apply_filters( 'aioseo_llms_post_description', $description, $post ); if ( ! empty( $description ) ) { $content .= ' - ' . aioseo()->helpers->decodeHtmlEntities( $description ); } $content .= "\n";