Файловый менеджер - Редактировать - /var/www/xthruster/html/wp-content/plugins/otgs-installer-plugin/vendor/otgs/installer/templates/repository-refunded.php
Назад
<?php namespace OTGS\Installer\Templates\Repository; class Refunded { public static function render( $model ) { $withProduct = function ( $str ) use ( $model ) { return sprintf( $str, $model->productName ); }; $title = sprintf( __( 'Remember to remove %s from this website.', 'installer' ), $model->productName ); $into = sprintf( __( 'This site is using %s plugin, which is not paid for. After receiving a refund, you should remove this plugin from your sites. Using unregistered plugins means that you are not receiving stability and security updates and will ultimately lead to problems running the site.', 'installer' ), $model->productName ); $buyQuestion = __( 'Bought again?', 'installer' ); $buyButton = __( 'Check my order status', 'installer' ); ?> <div class="otgs-installer-registered otgs-installer-expired clearfix"> <div class="notice inline otgs-installer-notice otgs-installer-notice-refund"> <div class="otgs-installer-notice-content"> <h2><?php echo esc_html( $title ); ?></h2> <p><?php echo esc_html( $into ); ?></p> <div class="otgs-installer-notice-status"> <p class="otgs-installer-notice-status-item"><?php echo esc_html( $buyQuestion ); ?></p> <a class="update_site_key_js otgs-installer-notice-status-item otgs-installer-notice-status-item-btn" href="#" data-repository="<?php echo $model->repoId ?>" data-nonce="<?php echo $model->updateSiteKeyNonce ?>" > <?php echo esc_html( $buyButton ); ?> </a> </div> <div class="otgs-installer-notice-status"> <?php EndUsers::render( $withProduct, $model ); if ( $model->shouldDisplayUnregisterLink ) { RegisteredButtons::render( $model ); } ?> </div> </div> </div> </div> <?php } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.3-4ubuntu2.24 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка