хук-фильтр
since 0.71
the_excerpt
Проверено на WordPress 6.9, обновлено Источник: WordPress Developer Resources.
Сигнатура
apply_filters( 'the_excerpt', string $post_excerpt )
Описание
См. alsoget_the_excerpt()
Оригинал (английский)
Фильтруемое значение
Отрывок записи.
Параметры
$post_excerpt
string
обязательный
Отрывок записи.
Исходный код
wp-includes/post-template.php:401
echo apply_filters( 'the_excerpt', get_the_excerpt() );
История изменений
| Версия | Описание |
|---|---|
| 0.71 | Introduced. |

