/home/techb158/public_html/wp-content/plugins/elementor/core/base
NameSizeModeActions
background-process/-0755rm
elements-iteration-actions/-0755rm
providers/-0755rm
traits/-0755rm
app.php12530666editdlrm
background-task-manager.php25790666editdlrm
background-task.php91170666editdlrm
base-object.php56890666editdlrm
db-upgrades-manager.php71230666editdlrm
document.php537500666editdlrm
module.php75460666editdlrm
Edit: /home/techb158/public_html/wp-content/plugins/elementor/core/base/app.php (1253B)
get_name(); $js_var = 'elementor' . str_replace( ' ', '', ucwords( str_replace( '-', ' ', $name ) ) ) . 'Config'; $config = $this->get_settings() + $this->get_components_config(); if ( ! $handle ) { $handle = 'elementor-' . $name; } Utils::print_js_config( $handle, $js_var, $config ); } /** * Get components config. * * Retrieves the app components settings. * * @since 2.3.0 * @access private * * @return array */ private function get_components_config() { $settings = []; foreach ( $this->get_components() as $id => $instance ) { $settings[ $id ] = $instance->get_settings(); } return $settings; } }