File Manager

Current Path : /webspace/www.beetasty.be/html/wp-content/plugins/wp-smushit/app/
Upload File :
Current File : //webspace/www.beetasty.be/html/wp-content/plugins/wp-smushit/app/class-interface-page.php

<?php
/**
 * Page interface.
 *
 * @package Smush\App
 */

namespace Smush\App;

if ( ! defined( 'WPINC' ) ) {
	die;
}

/**
 * Interface Interface_Page
 */
interface Interface_Page {
	/**
	 * Function triggered when the page is loaded before render any content.
	 */
	public function on_load();
}


File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com