Skip to content

friends_admin_menu_settings

github-actions[bot] edited this page Oct 25, 2025 · 8 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 )

← All Hooks

Clone this wiki locally