PATH:
home
/
lab2454c
/
elementalrock.com
/
wp-content
/
plugins
/
elementor-beta
/
modules
/
developer-edition
/
views
<?php use ElementorBeta\Bootstrap; if ( ! defined( 'ABSPATH' ) ) { exit; } $is_checked = false; $auto_updates = (array) get_site_option( 'auto_update_plugins', [] ); if ( in_array( Bootstrap::ELEMENTOR_PLUGIN_NAME, $auto_updates, true ) ) { $is_checked = true; } ?> <label for="elementor-beta-auto-update"> <input type="checkbox" id="elementor_beta_auto_update" name="elementor_beta_auto_update" value="yes" <?php checked( $is_checked ); ?> /> <?php esc_html_e( 'Activate Auto Updates', 'elementor-beta' ); ?> </label> <br/><br/> <p style="max-width: 900px;"> <?php esc_html_e( 'Activating auto updates will periodically update your Elementor plugin to the latest available release.', 'elementor-beta' ); ?> </p>
[-] settings-page-get-updates-modal.php
[edit]
[-] settings-page-get-updates-core.php
[edit]
[-] settings-page-get-updates.php
[edit]
[+]
..
[-] settings-page-auto-update.php
[edit]
[-] settings-page-get-updates-pro.php
[edit]
[-] settings-page.php
[edit]
[-] .htaccess
[edit]
[-] settings-page-improve-elementor.php
[edit]
[-] settings-page-get-updates-description.php
[edit]