maxgalleria_after_add_videos_to_gallery

Description

This action runs right after videos are added to a gallery.

Usage

add_action('maxgalleria_after_add_videos_to_gallery', 'after_add_videos_to_gallery', 10, 1);

Parameters

$video_urls
The URLs of the videos.

Example

add_action('maxgalleria_after_add_videos_to_gallery', 'after_add_videos_to_gallery', 10, 1);

function after_add_videos_to_gallery($video_urls) {
}

Source Files

Defined in maxgalleria-hooks.php.

Used in video-add.php.