*/ class WPUPG_Activator { /** * Execute this on activation of the plugin. * * @since 3.0.0 */ public static function activate() { add_option( 'wpupg_activated', true ); update_option( 'wpupg_flush', '1' ); } }