maxgalleria_after_nextgen_import_picture

Description

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

Usage

add_action('maxgalleria_after_nextgen_import_picture', 'after_nextgen_import_picture', 10, 1);

Parameters

$picture
The NextGEN picture being imported.

Example

add_action('maxgalleria_after_nextgen_import_picture', 'after_nextgen_import_picture', 10, 1);

function after_nextgen_import_picture($picture) {
}

Source Files

Defined in maxgalleria-hooks.php.

Used in maxgalleria-nextgen.php.