smush-nextgen-page.php 227 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 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' );