-
Notifications
You must be signed in to change notification settings - Fork 82
activitypub_excerpt_more
github-actions[bot] edited this page Aug 7, 2025
·
16 revisions
Filters the excerpt more value.
add_filter(
'activitypub_excerpt_more',
function( string $excerpt_more ) {
// Your code here.
return $excerpt_more;
}
);
-
string
$excerpt_more
The excerpt more.
\apply_filters( 'activitypub_excerpt_more', '[…]' )
Follow @[email protected] for updates and news.