Skip to content

Instantly share code, notes, and snippets.

@lukecav
Created July 10, 2017 15:38
Show Gist options
  • Save lukecav/a61efae2a0a9da7cfd5843baa8bf8c23 to your computer and use it in GitHub Desktop.
Save lukecav/a61efae2a0a9da7cfd5843baa8bf8c23 to your computer and use it in GitHub Desktop.
Clear Beaver Builder Cache
FLBuilderModel::delete_asset_cache_for_all_posts
@lukecav
Copy link
Author

lukecav commented Jul 10, 2017

function wp_clear_bb_cache() {
FLBuilderModel::delete_asset_cache_for_all_posts();
}
do_action( 'customize_save_after', 'wp_clear_bb_cache' );

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment