-
Notifications
You must be signed in to change notification settings - Fork 82
activitypub_screen_options
github-actions[bot] edited this page Jul 29, 2025
·
9 revisions
Filters Activitypub settings screen options.
add_filter(
'activitypub_screen_options',
'my_activitypub_screen_options_callback'
);
function my_activitypub_screen_options_callback( Activitypub\string[] $screen_options ) {
// Your code here.
return $screen_options;
}
-
Activitypub\string[]
$screen_options
Screen 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.