%PDF- %PDF-
Direktori : /proc/1857783/root/var/www/pn/wp-content/plugins/wp-smushit/app/ |
Current File : //proc/1857783/root/var/www/pn/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(); }