Fix to make NextGen Gallery work again using the theme Interio by Tohid Golkar Blog

/**
*Fix to make NGG work again using the theme Interio by Tohid Golkar
*/
function mp_ngg($out) {
if(strpos($out,'ngg') !== false) {
remove_action( 'wp_footer', 'interio_lightbox',99 );
}
return $out;
}
add_filter('the_content', 'mp_ngg',99);


Suggestie? Vraag of opmerking? Laat het ons weten!

Plaats hier je bericht

Reacties (0)