WordPress Redakteuer Rechte zum Menü anpassen


/ Published in: PHP
Save to your folder(s)

Text for functions.php


Copy this code and paste it in your HTML
  1. $role_object = get_role( 'editor' );
  2. $role_object->add_cap( 'edit_theme_options' );

URL: http://www.webundso.ch/code/php/wordpress-designmenu-fur-redakteur-zuganglich-machen/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.