┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/var/www/html/vio-prosarmogi/wp-content/plugins/wp-rollback/src/Core
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: Constants.php
<?php /** * @package WpRollback\Free\Core */ declare(strict_types=1); namespace WpRollback\Free\Core; use WpRollback\SharedCore\Core\BaseConstants; /** * Free plugin constants implementation. * */ class Constants extends BaseConstants { /** * Constants constructor. */ public function __construct() { parent::__construct( 'wp-rollback', // Text domain '3.1.2', // Version 'wp-rollback', // Slug 'wp-rollback-nonce', // Nonce self::findPluginFile('wp-rollback', __FILE__) // Plugin file path ); } }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 Constants.php
PHP
625 B
2026-05-13 07:39
EDIT
📄 Request.php
PHP
1.3 KB
2026-05-13 07:39
EDIT
📄 ServiceProvider.php
PHP
2.1 KB
2026-05-13 07:39
EDIT