/home/vianto5/haciendasanpancho.mx/wp-content/themes/hello-elementor/includes
NameSizeModeActions
customizer/-0755rm
settings/-0755rm
customizer-functions.php22170644editdlrm
elementor-functions.php71820644editdlrm
module-base.php61000644editdlrm
script.php10080644editdlrm
settings-functions.php17000644editdlrm
utils.php30220644editdlrm
Edit: /home/vianto5/haciendasanpancho.mx/wp-content/themes/hello-elementor/includes/utils.php (3022B)
$action, 'plugin' => $plugin_slug, 'referrer' => 'hello-elementor', ], admin_url( 'update.php' ) ); return add_query_arg( '_wpnonce', wp_create_nonce( $action . '_' . $plugin_slug ), $url ); } public static function get_action_link_type() { $installed_plugins = get_plugins(); if ( ! isset( $installed_plugins['elementor/elementor.php'] ) ) { $action_link_type = 'install-elementor'; } elseif ( ! defined( 'ELEMENTOR_VERSION' ) ) { $action_link_type = 'activate-elementor'; } elseif ( ! hello_header_footer_experiment_active() ) { $action_link_type = 'activate-header-footer-experiment'; } else { $action_link_type = 'style-header-footer'; } return $action_link_type; } }