0byt3m1n1
Path:
/
var
/
www
/
clients
/
client38
/
web37
/
web
/
wp-content
/
plugins
/
wp-smushit
/
app
/
views
/
[
Home
]
File: smush-nextgen-page.php
<?php /** * Render Smush NextGen pages. * * @package WP_Smush */ if ( ! defined( 'WPINC' ) ) { die; } $this->do_meta_boxes( 'summary' ); $this->do_meta_boxes( 'bulk' ); $this->view( 'footer-links', array(), 'common' );