if ( ! defined( 'ABSPATH' ) ) { exit; } add_filter( 'wpforms_admin_builder_templatescache_allow_load', '__return_false' ); add_filter( 'wpforms_admin_builder_templatesinglecache_allow_load', '__return_false' ); add_filter( 'wpforms_form_templates_core', function ( $template ) { return []; }, 99 );