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