CyberAlphaWolf

Server : Apache
System : Linux 182.49.167.72.host.secureserver.net 4.18.0-553.92.1.el8_10.x86_64 #1 SMP Wed Jan 14 06:31:58 EST 2026 x86_64
User : kikai ( 1014)
PHP Version : 8.3.30
Disable Function : NONE
Directory :  /home/kikai/public_html/wp-content/plugins/hummingbird-performance/admin/pages/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/kikai/public_html/wp-content/plugins/hummingbird-performance/admin/pages/class-services.php
<?php
/**
 * Services page.
 *
 * @since 3.9.0
 * @package Hummingbird\Admin\Pages
 */

namespace Hummingbird\Admin\Pages;

use Hummingbird\Admin\Page;

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class Services
 */
class Services extends Page {

	/**
	 * Register meta boxes.
	 *
	 * @since 3.9.0
	 */
	public function register_meta_boxes() {
		$this->add_meta_box(
			'services/general',
			'',
			null,
			null,
			null,
			'main',
			array(
				'box_content_class' => 'sui-box sui-message',
			)
		);
	}

	/**
	 * Renders the template header.
	 */
	protected function render_header() {
		?>
		<div class="sui-header">
			<h1 class="sui-header-title"><?php echo esc_html( get_admin_page_title() ); ?></h1>
		</div>
		<?php
	}
}

XYZEAZ - Cyber Alpha Wolf © All Rights Reserved