Skip to content

Instantly share code, notes, and snippets.

View CFarhad's full-sized avatar
🪐
Coding is my superpower

Farhad Bagheri CFarhad

🪐
Coding is my superpower
View GitHub Profile
@mizner
mizner / dashboard-menu-page-subpage.php
Created August 7, 2016 03:47
Wordpress add dashboard menu, page, and subpage
<?php
add_action( "admin_menu", "example_admin_menus" );
function example_admin_menus() {
add_menu_page(
"Plugin Page", // $page_title
"Plugin Page", // $menu_title
"manage_options", // $capability
"plugin_page", // $menu_slug
"plugin_render_page", // $function