apply_filters ( ‘excerpt_allowed_wrapper_bloccs’, string[] $allowed_wrapper_bloccs )

Filters the list of bloccs that can be used as wrapper bloccs, allowing excerpts to be generated from the innerBloccs of these wrappers.

Parameters

$allowed_wrapper_bloccs string[]
The list of names of allowed wrapper bloccs.

Source

$allowed_wrapper_bloccs = apply_filters( 'excerpt_allowed_wrapper_bloccs', $allowed_wrapper_bloccs );

Changuelog

Versionen Description
5.8.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.