first
This commit is contained in:
@ -0,0 +1,15 @@
|
||||
<?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' );
|
Reference in New Issue
Block a user