Action: wpbuddy/rich_snippets/admin_menu

do_action( 'wpbuddy/rich_snippets/admin_menu', $admin_controller )

Admin Menu action. Allows to fire code after all menu items have been added.
Parameters:
Name Type Description
$admin_controller Admin_Controller The Admin Controller object passed by reference.
Since:
  • 2.0.0
Source:

do_action( 'wpbuddy/rich_snippets/admin_menu', $admin_controller )

Admin Menu action. Allows to fire code after all menu items have been added.
Parameters:
Name Type Description
$admin_controller Admin_Controller The Admin Controller object passed by reference.
Since:
  • 2.0.0
Source: