Skip to content

activitypub_excerpt_more

github-actions[bot] edited this page Jul 23, 2025 · 16 revisions

Filters the excerpt more value.

Auto-generated Example

add_filter(
    'activitypub_excerpt_more',
    function ( string $excerpt_more ) {
        // Your code here
        return $excerpt_more;
    }
);

Parameters

  • string $excerpt_more The excerpt more.

Files

\apply_filters( 'activitypub_excerpt_more', '[…]' )

Hooks

Users

Developers

Clone this wiki locally