Created
July 23, 2020 08:51
-
-
Save jamesckemp/c268c3235bb4e34e954edec9303fb87c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function iconic_disable_qv_images() { | |
global $jckqv; | |
if ( empty( $jckqv ) ) { | |
return; | |
} | |
add_action( 'jck_qv_images', array( $jckqv, 'modal_part_images' ), 10, 3 ); | |
} | |
add_action( 'init', 'iconic_disable_qv_images' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment