Imthiaz Rafiq
Results
2
issues of
Imthiaz Rafiq
Can you please update this in your function. `function saswp_get_capability_by_role($role)` `$cap = 'manage_options';` to `$cap = apply_filters('saswp_default_manage_option_capability', 'manage_options' );` By this we can enable this plugin with custom capability.
- Updated the project to work with x86 and arm support - Checked existing layers and moved non working to layers-build-failed, layers-test-failed - Updated publish and publish-docker-images, need to test...