wpCasa: Remove PhotoSwipe
<?php /** * Remove PhotoSwipe */ add_action( 'init', 'custom_remove_photoswipe' ); function custom_remove_photoswipe() { remove_theme_support( 'PhotoSwipe' ); }