You should use edit_posts
capability instead of manage_options
. manage_options
is an administrator level capability. Try the following code –
add_submenu_page( 'woocommerce', 'Name on Menubutton', 'Name on Menubutton', 'edit_posts', 'custom-submenu-page', 'dsrv_init_backend' );
Related Posts:
- Admin menu hilighting wrong item for CPT
- Get a list of Product Categories inside a loop
- woocommerce with external ftp site
- Woocommerce – Change variations output
- Meta Key array building with multiple input values from fields
- Object of class WP_Error could not be converted to string in /formatting.php
- Woocommerce budget search
- Only return taxonomies that are linked to a category & product
- WordPress eMails not working
- Custom Icon assigned to menu items not working for multi-site networks
- WooCommerce or any other plugin: Deliver JS and CSS through CDN without using a Plugin
- Add WooCommerce vendor slug to auto-generated SKU
- Tracking sales/conversions in Woocommerce using Google Analytics
- How Can I display Specific User Pages?
- Plugin for showing single product on a page
- Coupon Codes for product discount combined with conditional free shipping
- Custom product page’s style for printing
- wc_get_product_terms() throws “Notice: Undefined offset: 0”
- Configuring default woo commerce login with modal popup
- Custom plugin issue – Notice: Trying to get property of non-object in
- fetch price from different table woocommerce
- Woocommerce list variations that are added already to cart in Single Product
- Cannot save a custom meta field in quick edit
- {status}_{post_type} does not run correctly?
- How to capture customer’s credit card details via PayPal on my checkout page?
- Not displaying Woocommerce product page in lightbox
- Saving data only when payment is successful
- Fetching users data from REST API
- Automatically check “Enable stock management at product level” to the existing products?
- Change (replace) word in metabox
- how to make settings page for woocommerce plugin?
- Change hook to add_action in a plugin class
- redirect to a custom page
- wordpress plugin translation not working
- Woocommerce categories displayed on every category and shopping page
- Allow vendors on a WordPress site to pick from a gallery of pre-selected images when choosing product’s featured image
- Hide ‘add to cart’ button for some products [duplicate]
- 504 Timeout gateway when trying to pay for an order in Woocommerce. What else can I do?
- Change pricing in Woocommerce based on Category and Product [closed]
- Creating Admin Submenu Page via Class Method
- woocommerce product search based only title
- Template conflict with WC Payment Method
- Many to many relationship for variable products
- Need woocommerce function for getting cart list with items
- WPNeo Stripe connect does not work
- Payment failed but order is placed on wp site
- How to change the product short description for each product with PHP?
- Adding/ Removing actions for plugins
- Get value from an input field and pass into update_meta_data as $meta_value
- Help needed with woocommerce (wc stripe) filter
- Widget logic using woocommerce product category
- Change value of Points earned in product data
- Problem with conditional woocommerce custom checkout field
- Unable to sync woocommerce variations
- WordPress Theme Conflict With Plugin
- How to Save settings of custom tab product page in admin side in a database?
- change product image url in widgets & shop page
- How woo-commerce store Product Data value in DB?
- Plugin option for input box validation
- Not getting result using ajax on wordpress
- How to allow customers to input a text as a product variation *and* charge per character?
- woocommerce blank page after clicking add to cart [closed]
- Which WordPress version to use for improved plugin compatibility? [closed]
- Run one-time script calling plugin functions
- Woocommerce: deleted single-product.php, everything still works. How is it possible?
- Redirect loop when forwarding to mobile site
- How to add submenu to WordPress plugin in the same Directory of main Plugin?
- Assigning a custom post type to a custom page
- How can I pass value to function in add_menu_page?
- Getting 404 page not found error while trying to access add new plugin / themes
- Holding 2 wp_user in the same action (to update billing_email when user_email is updated)
- Plugin menu replaced by another plugin?
- Woocommerce Bookings – Resource needs to be allocated for part of the booking duration, not the whole booking
- Unable to show 4 products in a row
- Sort Reviews/Ratings by date on Woocommerce
- Move related products after product summary? [closed]
- Add A Button to WooCommerce Product Page
- WooCommerce doesn’t show UK countries in the shipping options [closed]
- Woocommerce quick checkout form [closed]
- Woocommerce Large Variations Shows Out of Stock Items [closed]
- Turning Existing Eccommerce Site into Multi-SIte
- How ACF Advanced Custom Field works with Woocommerce Single Product [closed]
- is_plugin_active() not defined on active plugin, in the thumbnails.php file
- The plugin generated xxx characters of unexpected output during activation
- WooCommerce custom query and paging: Not Found error
- Plugin link does not appear in my toolbar
- WooCommerce & WooCommerce Shopee Intergration
- How to execute init or woocommerce_init only for checkout page
- WP Customer Reviews call short code on another page [closed]
- Trying to disable all notifications except for one on woocommerce checkout page with css [closed]
- Woocommerce – Product Description heading [closed]
- Need help saving input fields for Security Deposit plugin in WC Vendors page
- Visual Composer Data Source?
- Send Processing Order Email from custom payment plugin
- Why does theme need woocommerce to show images / content on front page?
- Woocommerce disable checkout on specific day
- Populate Woocommerce order notes with custom field value
- Woocommerce Product Add-ons – Auto-select first option
- how do I solve Installation failed: There has been a critical error on your website
- How to add plus minus button on Input Quantity box Woocommerce? [closed]