The correct capability for editing Theme options is edit_theme_options. This capability is only available by default to users in the Administrator role.
So, if you’re trying to make Theme options available for configuration by non-admins, it won’t work unless you also give the appropriate capability to the user role in question.
Note: this is not a trivial change, and I do not generally recommend making Theme options configurable by non-administrators, unless you absolutely know what you’re doing.
Related Posts:
- function deactivate_plugins does not exist
- How to Use Checkbox in Custom Option Page Using The Setting API
- What is an alternative method to the WordPress private _doing_it_wrong() function
- Using OOP plugin’s methods throughout the website
- function triggered by “manage_users_custom_column” filter not working
- WordPress plugin how to run function when button is clicked
- Shortcodes, output buffering, and WordPress functions
- How can i list current author’s categories?
- Determine which theme location a wp_get_nav_menu_items is for
- When to check if a function exists
- Checking for existence of a page by title?
- Dynamically Override Fancy Title
- Problem with `wp_mail()`
- Calling a function from functions.php in custom page/ blog post
- What is the Difference between directly call a function and call a function using add_action?
- Call to undefined function get_blog_option()
- What is the difference between current_page_parent and current_page_ancestor?
- Plugin development: is adding empty index.php files necessary?
- Undefined function wp_set_password
- Does add_filter work outside functions.php
- What function to hook for changes made in status and visibility of a post
- how to use preg_replace for wordpress video?
- wp_enqueue_script + wp_enqueue_style Since When
- Widget update function not saving values
- $content variable – Is this a reserved variable for a WordPress function? – php / wordpress
- How to use WP_Term with (menu) argument in the wp_nav_menu?
- WordPress after content Hook & external template part
- override pluggable.php functions
- Retrieve contents/page names of various pages for use in a plugin
- Can wp_list_comments output into variable?
- Can I change header.php of current theme through a plugin function?
- get_current_screen() return null
- creating custom function to log actions in plugin
- add_rewrite_rule works in themes function php but when moved into plugin it stops working
- Maximum lifetime for nonce
- Where can i find wordpress auto update code flows?
- Adding option to Gallery shortcode
- How to change the hover content of a specific menu item on WordPress?
- How do I update a field of a meta box?
- mysql_real_escape_string() vs. esc_sql() in WordPress
- WordPress function get_the_terms() returns ‘Invalid taxonomy’ error
- Checking for existence of a page by title?
- how to get context information inside my funcion
- How to create a backend for a custom theme?
- How to modify files inside wp-includes directory in wordpress
- Fatal error: Call to a member function get_page_permastruct() on a non-object
- wp_get_post_terms Order by not working
- Function/Class to list categories with checkboxes
- wp_get_theme Warning: Illegal offset type
- Why wp_die() doesn’t work with wp_redirect but exit() works
- Warning: call_user_func_array() expects parameter 1 to be a valid callback
- Autogenerate a Table of Contents
- Category select options for plugin settings
- Alternative functions for mysql_free_result and mysql_ping in wordpress functions
- Issue on Checkbox with Custom Option Page
- WordPress multisite,use same cookies across all website?
- Apply styles to blockquote element with the WYSIWYG editor
- Call to undefined function is_home() or any conditional tags
- unregister_setting() vs delete_option() for plugin update
- How to change WooCommerce loop product title HTML output in single product page and archive page
- How to output functions from plugin inside theme
- wp_schedule_event is registered but function isn’t running
- Overwriting a plugin function
- Writing editor content to a file
- Adding tables to dashboard pages programmatically?
- Modify code for functions.php with specific twitter user url and hashtags
- can’t access some WordPress function from my plugin
- WP 3-way voting system: On to something! Please help!
- Custom Settings Plugin Save foreach checkboxes
- Customise Grouped Product display in Woocommerce with custom column
- It is possible to pass $args that sent by add_settings_field() inside another function?
- Can someone explain what’s the use of parse request function in WordPress?
- Add default value from selection
- function add custom fields to media gallery
- Override category archive page title (not the head title)
- Make visible page only in the trash
- WordPress: I wanted to use Add rewrite rule multiple times for multiple CPT in my plugin
- Why would one specify multiple arguments when using get_previous_posts_link() which takes only one parameter?
- I cant add is_admin control to plugin
- WordPress Ajax not returning Response
- Does hooking into a plugin action / filter override the plugin’s function for that hook?
- Remove tag from all posts when publishing new post
- WordPress plugin how to run function when button is clicked
- Add function to Dokan ajax class
- foreach argument to get specific file types getting too many returns
- Remove from a div by class name from post page if post author role is not administrator
- Function not working on any file other than the main plugin file
- Ajax not working to insert, query and result data
- WordPress permalink setting
- How can I add recent posts to menu like mashable
- Dropdown pages in Settings API
- Why is ‘register_activation_hook’ undefined?
- Dynamic banner for use on external sites
- Error on using __FILE__ for add_menu_page() Function
- Updating Style From WP Options Setting Page
- How can i call from custom fields to the category editor?
- Why does this fail: Disabling plugins enqueue_script() in functions.php
- How to plugin function code move to theme function.php ? I’ve tried below code but not working [closed]
- WordPress simple ‘Hello World’ plugin – problems
- get_term_by() returning null on plugin