This action runs right after the NextGEN import process.
add_action('maxgalleria_after_nextgen_import', 'after_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_after_nextgen_import', 'after_nextgen_import', 10, 3);
function after_nextgen_import($nextgen_gallery, $nextgen_gallery_pics, $nextgen_gallery_pics_count) {
}
Defined in maxgalleria-hooks.php.
Used in maxgalleria-nextgen.php.