| Server IP : 14.225.204.176 / Your IP : 216.73.216.6 Web Server : nginx/1.24.0 System : Linux nodejs-ybgk 6.8.0-40-generic #40-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 10:34:03 UTC 2024 x86_64 User : root ( 0) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/php/zinisoft.net/wp-content/plugins/wp-rest-cache/admin/partials/ |
Upload File : |
<?php
/**
* View for the body of the WP REST Cache Settings page.
*
* @link: https://www.acato.nl
* @since 2018.1
*
* @package WP_Rest_Cache_Plugin
* @subpackage WP_Rest_Cache_Plugin/Admin/Partials
*/
if ( ! isset( $wp_rest_cache_list ) ) {
return;
}
$wp_rest_cache_sub = filter_input( INPUT_GET, 'sub', FILTER_SANITIZE_FULL_SPECIAL_CHARS );
?>
<div id="poststuff">
<div id="post-body" class="metabox-holder">
<div class="meta-box-sortables ui-sortable">
<form method="get">
<input type="hidden" name="page" value="wp-rest-cache"/>
<input type="hidden" name="sub" value="<?php echo esc_attr( $wp_rest_cache_sub ); ?>"/>
<?php
$wp_rest_cache_list->prepare_items();
$wp_rest_cache_list->search_box( __( 'Search', 'wp-rest-cache' ), 'search_id' );
$wp_rest_cache_list->display();
?>
</form>
</div>
</div>
</div>
<br class="clear">