-
Notifications
You must be signed in to change notification settings - Fork 82
activitypub_admin_settings_tabs
github-actions[bot] edited this page Aug 7, 2025
·
11 revisions
Filters the tabs displayed in the ActivityPub settings.
add_filter(
'activitypub_admin_settings_tabs',
function( array $settings_tabs ) {
// Your code here.
return $settings_tabs;
}
);
-
array
$settings_tabs
The tabs to display.
\apply_filters( 'activitypub_admin_settings_tabs', $settings_tabs )
Follow @[email protected] for updates and news.