┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/var/www/html/adconect/wp-content/plugins/secure-custom-fields/src/CLI
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: CLI.php
<?php /** * ACF 6.8.0 feature port. * * @package wordpress/secure-custom-fields */ // phpcs:disable -- Upstream ACF 6.8.0 feature-port files are kept close to source. namespace SCF\CLI; // Exit if accessed directly. defined( 'ABSPATH' ) || exit; /** * Bootstrapper for ACF WP-CLI commands. */ class CLI { /** * Registers all free ACF WP-CLI commands. * * @since 6.8 */ public function __construct() { \WP_CLI::add_command( 'acf json', JsonCommand::class ); \WP_CLI::add_command( 'scf json', JsonCommand::class ); } }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 CLI.php
PHP
543 B
2026-05-15 14:18
EDIT
📄 JsonCommand.php
PHP
25.4 KB
2026-05-15 14:18
EDIT