JoeHana
7/31/2013 - 2:45 PM

Remove PhotoSwipe

Remove PhotoSwipe

<?php

/**
 * Remove PhotoSwipe
 */

add_action( 'after_setup_theme', 'custom_theme_support', 11 );
 
function custom_theme_support() {

    remove_theme_support( 'PhotoSwipe' );

}