User rechte fuer menu zugriff setzen in wordpress



notes for User rechte fuer menu zugriff setzen in wordpress:

in functions:

// get the the role object $role_object = get_role( 'editor' ); // add $cap capability to this role object $role_object->add_cap( 'edit_theme_options' );



Tags:
Veröffentlicht: 12.2014