maxgalleria_before_nextgen_import_picture

Description

This action runs right before a NextGEN picture is imported into a gallery.

Usage

add_action('maxgalleria_before_nextgen_import_picture', 'before_nextgen_import_picture', 10, 1);

Parameters

$picture
The NextGEN picture being imported.

Example

add_action('maxgalleria_before_nextgen_import_picture', 'before_nextgen_import_picture', 10, 1);

function before_nextgen_import_picture($picture) {
}

Source Files

Defined in maxgalleria-hooks.php.

Used in maxgalleria-nextgen.php.