Skip to content

Instantly share code, notes, and snippets.

@Crocoblock
Created October 3, 2024 11:16
Show Gist options
  • Save Crocoblock/d48f19a18a455a194cf364629a9ed57b to your computer and use it in GitHub Desktop.
Save Crocoblock/d48f19a18a455a194cf364629a9ed57b to your computer and use it in GitHub Desktop.
JetFormBuilder Change capability user needs to create/edit forms
<?php
add_filter( 'jet-form-builder/capability/form', function( $cap ) {
return 'edit_others_posts';
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment