Skip to content

friends_admin_menu_settings

Alex Kirk edited this page Oct 16, 2024 · 6 revisions

Auto-generated Example

add_action(
    'friends_admin_menu_settings',
    function ( $page_type ) {
        // Your code here
    }
);

Parameters

  • $page_type

Files

do_action( 'friends_admin_menu_settings', $page_type )

Hooks

Clone this wiki locally