ROOTPLOIT
Server: LiteSpeed
System: Linux server71.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User: niphet (1079)
PHP: 5.3.29
Disabled: NONE
Upload Files
File: /home/niphet/public_html/wp-content/plugins/mediavine-create/lib/feature-flags.php
<?php
/**
 * The feature flag manifest for Create.
 *
 * Do not put this in the autoloader.
 * Start all feature flag slugs with the short plugin name.
 *
 * @see \Mediavine\Create\register_flags
 */
if ( ! defined( 'ABSPATH' ) ) {
	exit( 'This plugin requires WordPress' );
}

return [ /*
	'create_test_flag' => [
		'name'        => 'Test Flag', // User-friendly reference
		'description' => 'A test feature flag to show how the system works, sorta.',
		'visible'     => false, // Does not appear in Dashboard without entering key
		'on_enable'   => '\Mediavine\Create\enable_test_flag', // Callback
		'on_disable'  => '\Mediavine\Create\disable_test_flag', // Callback
	], */
];