function mysite_grant_edit_theme_options_to_editors() { if ( ! is_admin() || ! function_exists( 'get_role' ) ) { return; } // Nur auf Site mit der ID 6 z.B. if ( get_current_blog_id() !== 6 ) { return; } $editor_role = get_role( 'editor' ); if ( $editor_role && ! $editor_role->has_cap( 'edit_theme_options' ) ) { $editor_role->add_cap( 'edit_theme_options' ); } } add_action( 'init', 'mysite_grant_edit_theme_options_to_editors' ); https://ttp.leibniz-ifl-projekte.de/wp-sitemap-posts-post-1.xmlhttps://ttp.leibniz-ifl-projekte.de/wp-sitemap-posts-page-1.xmlhttps://ttp.leibniz-ifl-projekte.de/wp-sitemap-taxonomies-category-1.xmlhttps://ttp.leibniz-ifl-projekte.de/wp-sitemap-users-1.xml