文件操作 - capability.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/rokpawnew/public_html/wp-content/plugins/elementor-pro/core/security/capability.php
编辑文件内容
<?php namespace ElementorPro\Core\Security; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class Capability { /** * 'edit_post' is one of the meta-capabilities which is the combination of * edit_posts and edit_others_posts primitive capabilities * * https://wordpress.org/documentation/article/roles-and-capabilities/ * https://learn.wordpress.org/tutorial/custom-post-types-and-capabilities/ */ const EDIT_POST_META = 'edit_post'; const EDIT_POSTS = 'edit_posts'; const READ_PRIVATE_POSTS = 'read_private_posts'; }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件