-
Notifications
You must be signed in to change notification settings - Fork 83
activitypub_screen_options
github-actions[bot] edited this page Jul 23, 2025
·
9 revisions
Filters Activitypub settings screen options.
add_filter(
'activitypub_screen_options',
function ( Activitypub\string[] $screen_options ) {
// Your code here
return $screen_options;
}
);-
Activitypub\string[]$screen_optionsScreen options. An array of user meta keys and screen option labels.
\apply_filters( 'activitypub_screen_options', $screen_options )Follow @[email protected] for updates and news.