PATH:
home
/
letacommog
/
aperobusiness
/
wp-content
/
plugins
/
wp-rocket
/
inc
/
3rd-party
/
plugins
/
page-builder
<?php defined( 'ABSPATH' ) || die( 'Cheatin’ uh?' ); if ( defined( 'FL_BUILDER_VERSION' ) ) : /** * Purge the cache when the beaver builder layout is updated to update the minified files content & URL * * @since 2.9 Also clear the cache busting folder * @since 2.8.6 */ function rocket_beaver_builder_clean_domain() { rocket_clean_minify(); rocket_clean_domain(); rocket_clean_cache_busting(); } add_action( 'fl_builder_before_save_layout', 'rocket_beaver_builder_clean_domain', 10, 4 ); add_action( 'fl_builder_cache_cleared', 'rocket_beaver_builder_clean_domain' ); endif;
[+]
..
[-] visual-composer.php
[edit]
[-] beaver-builder.php
[edit]
[-] thrive-visual-editor.php
[edit]