Files
2024-09-25 09:25:31 -04:00

16 lines
442 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
defined( 'ABSPATH' ) || die( 'Cheatin uh?' );
?>
<div class="wrap imagify-files-list">
<?php $this->print_template( 'part-files-list-header' ); ?>
<form id="imagify-files-list-form" method="get">
<input type="hidden" name="page" value="<?php echo esc_attr( Imagify_Views::get_instance()->get_files_page_slug() ); ?>"/>
<?php $this->list_table->views(); ?>
<?php $this->list_table->display(); ?>
</form>
</div>
<?php