-
Notifications
You must be signed in to change notification settings - Fork 17
friends_admin_menu_settings
Alex Kirk edited this page Oct 16, 2024
·
6 revisions
add_action(
'friends_admin_menu_settings',
function ( $page_type ) {
// Your code here
}
);
$page_type
do_action( 'friends_admin_menu_settings', $page_type )