芝麻web文件管理V1.00
编辑当前文件:/home/ezdajrnh/public_html/wp-content/plugins/litespeed-cache/tpl/db_optm/manage.tpl.php
array( 'title' => esc_html__( 'Clean All', 'litespeed-cache' ), 'desc' => '', ), 'revision' => array( 'title' => esc_html__( 'Post Revisions', 'litespeed-cache' ), 'desc' => esc_html__( 'Clean all post revisions', 'litespeed-cache' ), ), 'orphaned_post_meta' => array( 'title' => esc_html__( 'Orphaned Post Meta', 'litespeed-cache' ), 'desc' => esc_html__( 'Clean all orphaned post meta records', 'litespeed-cache' ), ), 'auto_draft' => array( 'title' => esc_html__( 'Auto Drafts', 'litespeed-cache' ), 'desc' => esc_html__( 'Clean all auto saved drafts', 'litespeed-cache' ), ), 'trash_post' => array( 'title' => esc_html__( 'Trashed Posts', 'litespeed-cache' ), 'desc' => esc_html__( 'Clean all trashed posts and pages', 'litespeed-cache' ), ), 'spam_comment' => array( 'title' => esc_html__( 'Spam Comments', 'litespeed-cache' ), 'desc' => esc_html__( 'Clean all spam comments', 'litespeed-cache' ), ), 'trash_comment' => array( 'title' => esc_html__( 'Trashed Comments', 'litespeed-cache' ), 'desc' => esc_html__( 'Clean all trashed comments', 'litespeed-cache' ), ), 'trackback-pingback' => array( 'title' => esc_html__( 'Trackbacks/Pingbacks', 'litespeed-cache' ), 'desc' => esc_html__( 'Clean all trackbacks and pingbacks', 'litespeed-cache' ), ), 'expired_transient' => array( 'title' => esc_html__( 'Expired Transients', 'litespeed-cache' ), 'desc' => esc_html__( 'Clean expired transient options', 'litespeed-cache' ), ), 'all_transients' => array( 'title' => esc_html__( 'All Transients', 'litespeed-cache' ), 'desc' => esc_html__( 'Clean all transient options', 'litespeed-cache' ), ), 'optimize_tables' => array( 'title' => esc_html__( 'Optimize Tables', 'litespeed-cache' ), 'desc' => esc_html__( 'Optimize all tables in your database', 'litespeed-cache' ), ), ); $rev_max = $this->conf( Base::O_DB_OPTM_REVISIONS_MAX ); $rev_age = $this->conf( Base::O_DB_OPTM_REVISIONS_AGE ); if ( $rev_max || $rev_age ) { $_panels['revision']['desc'] = sprintf( esc_html__( 'Clean revisions older than %1$s day(s), excluding %2$s latest revisions', 'litespeed-cache' ), '
' . esc_html( $rev_age ) . '
', '
' . esc_html( $rev_max ) . '
' ); } $total = 0; foreach ( $_panels as $key => $v ) { if ( 'all' !== $key ) { $_panels[ $key ]['count'] = $this->cls( 'DB_Optm' )->db_count( $key ); if ( ! in_array( $key, array( 'optimize_tables' ), true ) ) { $total += $_panels[ $key ]['count']; } } $_panels[ $key ]['link'] = Utility::build_url( Router::ACTION_DB_OPTM, $key ); } $_panels['all']['count'] = $total; $autoload_summary = DB_Optm::cls()->autoload_summary(); ?>
$v ) : ?>
()
#
list_myisam(); if ( ! empty( $list ) ) : foreach ( $list as $k => $v ) : ?>
table_name ); ?>
engine ); ?>
:
autoload_size ) ); ?>
:
autload_entries ); ?>
:
#
autoload_toplist as $k => $v ) : ?>
option_name ); ?>
autoload ); ?>
option_value_length ); ?>