Skip to content

Instantly share code, notes, and snippets.

@jamesckemp
Created July 23, 2020 08:51
Show Gist options
  • Save jamesckemp/c268c3235bb4e34e954edec9303fb87c to your computer and use it in GitHub Desktop.
Save jamesckemp/c268c3235bb4e34e954edec9303fb87c to your computer and use it in GitHub Desktop.
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