/
var
/
www
/
wp2.qr4y.com
/
www
/
wp-content
/
plugins
/
elementor-pro
/
core
/
security
/
/var/www/wp2.qr4y.com/www/wp-content/plugins/elementor-pro/core/security
mkdir
upload
Name
Size
Mode
Actions
access-control.php
981
0644
edit
dl
rm
capability.php
562
0644
edit
dl
rm
Edit:
/var/www/wp2.qr4y.com/www/wp-content/plugins/elementor-pro/core/security/capability.php
(562B)
<?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'; }
Save
cmd:
run