wpseo_is_markdown_enabled хук-фильтр . Yoast 11.3
Filters whether markdown support is active in the readability- and seo-analysis.
Использование
add_filter( 'wpseo_is_markdown_enabled', 'filter_function_name_4076' ); function filter_function_name_4076( $is_markdown ){ // filter... return $is_markdown; }
- $is_markdown(массив)
- Is markdown support for Yoast SEO active.
Список изменений
С версии 11.3 | Введена. |
Где вызывается хук
wpseo_is_markdown_enabled
yoast/admin/formatter/class-metabox-formatter.php 243
return apply_filters( 'wpseo_is_markdown_enabled', $is_markdown );