Файловый менеджер - Редактировать - /home/onlin326/cristianalberio.org/wp-content/plugins/boldgrid-backup/admin/card/feature/class-auto-update-backup.php
Назад
<?php /** * Auto_Update_Backup class. * * @link https://www.boldgrid.com * @since 1.11.0 * * @package Boldgrid\Backup * @subpackage Boldgrid\Backup\Feature * @copyright BoldGrid * @author BoldGrid <support@boldgrid.com> */ namespace Boldgrid\Backup\Admin\Card\Feature; /** * Class: Auto_Update_Backup * * This class is responsible for rendering the, "Auto Backup Before Updates" feature on the BoldGrid * Backup Dashboard. * * @since 1.11.0 */ class Auto_Update_Backup extends \Boldgrid\Library\Library\Ui\Feature { /** * Init. * * @since 1.11.0 */ public function init() { $core = apply_filters( 'boldgrid_backup_get_core', null ); $this->icon = '<span class="dashicons dashicons-update-alt"></span>'; $this->title = __( 'Auto Backup Before Updates', 'boldgrid-backup' ); // Determine whether or not this feature is enabled. $setting_value = $core->settings->get_setting( 'auto_backup' ); $is_enabled = ! empty( $setting_value ); if ( $is_enabled ) { $this->content = '<p>' . esc_html__( 'Auto Backup Before Updates is enabled!', 'boldgrid-backup' ) . '</p>'; } else { $this->content = '<p>' . esc_html__( 'When Auto Backup is enabled, we will backup your site before any auto-updates occur.', 'boldgrid-backup' ) . '</p>'; $this->content .= '<div class="notice notice-error inline"><p>' . wp_kses( sprintf( // translators: 1 Opening anchor tag to "Auto Updates" settings page, 2 its closing tag. __( 'Auto Backup Before Updates is not enabled. %1$sFix this%2$s.', 'boldgrid-backup' ), '<a href="' . esc_url( $core->settings->get_settings_url( 'section_auto_updates' ) ) . '">', '</a>' ), [ 'a' => [ 'href' => [] ] ] ) . '</p></div>'; } } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.32 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка