X7ROOT File Manager
Current Path:
/home/notabjze/crypfinite.com/wp-content/plugins/updraftplus/central/modules
home
/
notabjze
/
crypfinite.com
/
wp-content
/
plugins
/
updraftplus
/
central
/
modules
/
ðŸ“
..
📄
analytics.php
(13.38 KB)
📄
backups.php
(12.99 KB)
📄
comments.php
(27.28 KB)
📄
core.php
(17.12 KB)
📄
media.php
(19.48 KB)
📄
pages.php
(459 B)
📄
plugin.php
(23.71 KB)
📄
posts.php
(66.26 KB)
📄
theme.php
(23.9 KB)
📄
updates.php
(35.66 KB)
📄
users.php
(18.66 KB)
Editing: pages.php
<?php if (!defined('UPDRAFTCENTRAL_CLIENT_DIR')) die('No access.'); // Load the posts command class since we're going to be extending it for our page module service/command // class in order to minimize redundant shareable methods. if (!class_exists('UpdraftCentral_Posts_Commands')) require_once('posts.php'); /** * Handles Pages Commands */ class UpdraftCentral_Pages_Commands extends UpdraftCentral_Posts_Commands { protected $post_type = 'page'; }
Upload File
Create Folder