-
Notifications
You must be signed in to change notification settings - Fork 19
friends_admin_menu_settings
github-actions[bot] edited this page May 21, 2026
·
16 revisions
add_action(
'friends_admin_menu_settings',
function( $page_type ) {
// Your code here.
}
);$page_type
do_action( 'friends_admin_menu_settings', $page_type )