wp_back/wp-content/plugins/wp-smushit/app/views/smush-nextgen-page.php

16 lines
227 B
PHP
Raw Normal View History

2024-05-20 15:37:46 +03:00
<?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' );