grappler

https://www.facebook.com/groups/advancedwp/permalink/8781371

Dec 31st, 2014
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.42 KB | None | 0 0
  1. $my_theme = wp_get_theme();
  2. $args = array(
  3.         'id' => 'pdbmenusubs',
  4.         'title' => 'Edit Functions',
  5.         'href' => '/wp-admin/theme-editor.php/theme-editor.php?file=functions.php&theme=' . $my_theme->get( 'TextDomain' ),
  6.         'parent' => 'pdbmenu',
  7.         'meta' => array(
  8.                 'class' => 'cadmin',
  9.                 'title' => 'Edit Functions'
  10.                 )
  11. );
  12. $wp_admin_bar->add_node($args);
Add Comment
Please, Sign In to add comment