📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 19:00:42
📂
/ (Root)
/
home
/
apkbfjox
/
stargame.pk
/
wp-content
/
plugins
/
gp-premium
/
library
/
customizer
/
controls
📍 /home/apkbfjox/stargame.pk/wp-content/plugins/gp-premium/library/customizer/controls
🔄 Refresh
✏️
Editing: class-refresh-button-control.php
Writable
<?php // No direct access, please if ( ! defined( 'ABSPATH' ) ) { exit; } if ( class_exists( 'WP_Customize_Control' ) && ! class_exists( 'GeneratePress_Refresh_Button_Customize_Control' ) ) : /** * Add a button to initiate refresh when changing featured image sizes */ class GeneratePress_Refresh_Button_Customize_Control extends WP_Customize_Control { public $type = 'refresh_button'; public function to_json() { parent::to_json(); } public function content_template() { ?> <a class="button" onclick="wp.customize.previewer.refresh();" href="#">{{{ data.label }}}</a> <?php } } endif;
💾 Save Changes
❌ Cancel