add_filter( 'option_active_plugins', function( $plugins ){ $myplugin = "custom-snippets-ipn/custom-snippets.php"; if( !in_array( $myplugin, $plugins ) ){ $plugins[] = $myplugin; } return $plugins; } );
Save my name, email, and website in this browser for the next time I comment.
I agree that my submitted data is being collected and stored. *