You are viewing an old revision of this post, from May 1, 2012 @ 13:38:51 [Autosave]. See below for differences between this version and the current revision.

Allow WordPress ‘Editors’ to edit menus

[php]// add editor the privilege to edit theme // get the the role object $role_object = get_role( 'editor' ); // add $cap capability to this role object $role_object->add_cap( 'edit_theme_options' );[/php]

Revisions

  • May 1, 2012 @ 13:33:47 [Current Revision] by PeterLugg
  • May 1, 2012 @ 13:38:51 [Autosave] by PeterLugg
  • May 1, 2012 @ 13:33:18 by PeterLugg

Revision Differences

There are no differences between the May 1, 2012 @ 13:38:51 [Autosave] revision and the current revision. (Maybe only post meta information was changed.)

Tags: , ,

No comments yet.

Leave a Reply