WP Async Vid List

Video embeds with an empty title will be deleted on the next update.
Set the ID of the list in the shortcode.
Example: [asyncVidList list_id=1]

'; echo '

Embedded Video Lists

Click on List to expand
'; for ( $q=0, $listsize=count($key_list); $q<$listsize ; $q++ ) { $key = $key_list[$q]; echo '

' . 'List ID = ' . $key . '

' ; echo '
'; if ( is_array($options[$key])) { { ksort($options[$key]); for ( $j=0,$x=count($options[$key]); $j<$x ; $j++) { if ( $options[$key][$j][title] == '') { unset($options[$key][$j]); } } $new_array = array_values($options[$key]); $options[$key] = $new_array; update_option('async_vid_info', $options); } } if ( $options[$key][0][title] == '' && count($options[$key]) == 1 ) { $size = 0; } else { ?>
";?>
";?>
{$options[$key][$i]['desc']}";?>

Add New Video
";?>
";?>
{$options[$key][$next]['desc']}";?>


Delete List
";?>

"; //end accordion ?>
Add New List
";?>