Title: Non-admin access?
Last modified: June 19, 2026

---

# Non-admin access?

 *  Resolved [jtg](https://wordpress.org/support/users/favdes/)
 * (@favdes)
 * [2 weeks, 6 days ago](https://wordpress.org/support/topic/non-admin-access-4/)
 * Hello,
 * Is there a way to allow access to the plugin if the user does not have full admin
   rights in WP?
 * We’ve tried using the User Role Editor plugin but options for APF do not appear.
   The only way to provide access seems to be by assigning full admin rights, which
   we do not want to do.
   If anyone could help, I would be grateful.Many thanks

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Maarten B](https://wordpress.org/support/users/maartenbelmans/)
 * (@maartenbelmans)
 * [2 weeks, 6 days ago](https://wordpress.org/support/topic/non-admin-access-4/#post-18943108)
 * Hi [@favdes](https://wordpress.org/support/users/favdes/) 
   By default, the plugin
   is accessible to users with the “manage_options” permission, which is given to
   administrators only. Our plugin exposes a WordPress filter so you can write custom
   code to change the capability it listens to. For example, to change it to users
   with “manage_woocommerce” permission, use this code snippet:
 * add_filter( ‘wapf/setting/capability’, function () {
    return ‘manage_woocommerce’;});
   Users that need to be able to change APF fields would also need permissions to
   update/edit products and posts.
    -  This reply was modified 2 weeks, 6 days ago by [Maarten B](https://wordpress.org/support/users/maartenbelmans/).
 *  Thread Starter [jtg](https://wordpress.org/support/users/favdes/)
 * (@favdes)
 * [2 weeks, 6 days ago](https://wordpress.org/support/topic/non-admin-access-4/#post-18943209)
 * That is perfect! Very helpful and fast, too.
 * Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fnon-admin-access-4%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/advanced-product-fields-for-woocommerce/assets/icon-256x256.
   gif?rev=3347990)
 * [Advanced Product Fields (Product Addons) for WooCommerce](https://wordpress.org/plugins/advanced-product-fields-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-product-fields-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-product-fields-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-product-fields-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-product-fields-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-product-fields-for-woocommerce/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [jtg](https://wordpress.org/support/users/favdes/)
 * Last activity: [2 weeks, 6 days ago](https://wordpress.org/support/topic/non-admin-access-4/#post-18943209)
 * Status: resolved