Files
2026-04-15 15:59:53 -04:00

16 lines
227 B
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' );