/home/desid573/verdenaturopathy.com.au/site3/wp-content/themes/Divi/includes/builder
NameSizeModeActions
api/-0755rm
compat/-0777rm
feature/-0755rm
frontend-builder/-0755rm
images/-0777rm
languages/-0777rm
module/-0755rm
plugin-compat/-0755rm
post/-0755rm
scripts/-0755rm
styles/-0755rm
templates/-0777rm
tests/-0755rm
ab-testing.php554130644editdlrm
autoload.php98040644editdlrm
class-et-builder-element.php8888660644editdlrm
class-et-builder-plugin-compat-base.php8380644editdlrm
class-et-builder-plugin-compat-loader.php16490644editdlrm
class-et-builder-settings.php521200644editdlrm
class-et-builder-value.php19780644editdlrm
class-et-global-settings.php437040644editdlrm
comments_template.php42990644editdlrm
conditions.php17940644editdlrm
core.php2377730644editdlrm
deprecations.php22760644editdlrm
framework.php463710644editdlrm
functions.php4740440644editdlrm
main-modules.php9320644editdlrm
main-structure-elements.php1285660644editdlrm
template-preview.php28260644editdlrm
_et_builder_version.php1090644editdlrm
Edit: /home/desid573/verdenaturopathy.com.au/site3/wp-content/themes/Divi/includes/builder/conditions.php (1794B)
array_get( $_POST, 'action' ); } $data_actions = array( 'et_fb_retrieve_builder_data', 'et_fb_update_builder_assets', ); return isset( $_POST['action'] ) && in_array( $_POST['action'], $data_actions, true ); // phpcs:enable } endif; if ( ! function_exists( 'et_builder_should_load_all_data' ) ) : /** * Determine whether to load full builder data. * * @return bool */ function et_builder_should_load_all_data() { $needs_cached_definitions = et_core_is_fb_enabled() && ! et_fb_dynamic_asset_exists( 'definitions' ); return $needs_cached_definitions || ( ET_Builder_ELement::is_saving_cache() || et_builder_is_loading_data() ); } endif; // Note: Functions in this file are sorted alphabetically.