maxgalleria_before_add_videos_to_gallery

Description

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

Usage

add_action('maxgalleria_before_add_videos_to_gallery', 'before_add_videos_to_gallery', 10, 1);

Parameters

$video_urls
The URLs of the videos.

Example

add_action('maxgalleria_before_add_videos_to_gallery', 'before_add_videos_to_gallery', 10, 1);

function before_add_videos_to_gallery($video_urls) {
}

Source Files

Defined in maxgalleria-hooks.php.

Used in video-add.php.