maxgalleria_before_nextgen_import

Description

This action runs right before the NextGEN import process.

Usage

add_action('maxgalleria_before_nextgen_import', 'before_nextgen_import', 10, 3);

Parameters

$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.

Example

add_action('maxgalleria_before_nextgen_import', 'before_nextgen_import', 10, 3);

function before_nextgen_import($nextgen_gallery, $nextgen_gallery_pics, $nextgen_gallery_pics_count) {
}

Source Files

Defined in maxgalleria-hooks.php.

Used in maxgalleria-nextgen.php.