-
Notifications
You must be signed in to change notification settings - Fork 82
activitypub_extra_field_content
github-actions[bot] edited this page Jul 23, 2025
·
8 revisions
Filters the content of an extra field.
add_filter(
'activitypub_extra_field_content',
function (
string $content,
WP_Post $post
) {
// Your code here
return $content;
},
10,
2
);
-
string
$content
The content. -
WP_Post
$post
The post.
\apply_filters( 'activitypub_extra_field_content', $content, $post )
Follow @[email protected] for updates and news.