-
Notifications
You must be signed in to change notification settings - Fork 83
activitypub_admin_settings_tabs
github-actions[bot] edited this page Jul 23, 2025
·
16 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_tabsThe tabs to display.
\apply_filters( 'activitypub_admin_settings_tabs', $settings_tabs )Follow @[email protected] for updates and news.