This action runs right before the NextGEN import process.
add_action('maxgalleria_before_nextgen_import', 'before_nextgen_import', 10, 3); $nextgen_gallery
The NextGEN gallery.
$nextgen_gallery_pics
The pictures from the NextGEN gallery.
$nextgen_gallery_pics_count
The number of pictures from the NextGEN gallery.
add_action('maxgalleria_before_nextgen_import', 'before_nextgen_import', 10, 3);
function before_nextgen_import($nextgen_gallery, $nextgen_gallery_pics, $nextgen_gallery_pics_count) {
}
Defined in maxgalleria-hooks.php.
Used in maxgalleria-nextgen.php.