文件操作 - tablepress.php
返回文件管理
返回主菜单
删除本文件
文件: /var/www/vec.uaysen.cl/html/wp-content/plugins/us-core/plugins-support/tablepress.php
编辑文件内容
<?php defined( 'ABSPATH' ) OR die( 'This script cannot be accessed directly.' ); /** * TablePress Support * * @link https://tablepress.org/ */ if ( ! class_exists( 'TablePress' ) ) { return; } add_action( 'wp_enqueue_scripts', 'us_dequeue_tablepress_default', 15 ); function us_dequeue_tablepress_default() { wp_dequeue_style( 'tablepress-default' ); }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件