JoeHana
6/29/2015 - 10:36 AM

wpCasa: Remove PhotoSwipe

wpCasa: Remove PhotoSwipe

<?php

/**
 * Remove PhotoSwipe
 */

add_action( 'init', 'custom_remove_photoswipe' );

function custom_remove_photoswipe() {
    remove_theme_support( 'PhotoSwipe' );
}