In this quick tutorial, I’ll show you how to disable the “Edit Query” button on the front end when using JetEngine.
Code Snippet:
add_filter( ‘jet-engine/query-builder/frontend-editor/is-enabled’, ‘__return_false’ );
In this quick tutorial, I’ll show you how to disable the “Edit Query” button on the front end when using JetEngine.
add_filter( ‘jet-engine/query-builder/frontend-editor/is-enabled’, ‘__return_false’ );