Add possibility to manage forms by editors, not only admins
-
It would be great to manage the custom post type args via filter.
Like here for example:
https://wordpress.stackexchange.com/questions/173121/editor-access-to-plugin-settingsadd_filter( 'html_forms_settings_page_capability_filter','my_settings_page_filter' ); function my_settings_page_filter( $cap ) { // allow Editor role the ability to access settings page return 'edit_forms'; }
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Add possibility to manage forms by editors, not only admins’ is closed to new replies.