Snvk media gallery metabox is a wordpress plugin that allow you to add gallery video metabox in post, page or any custom post type.
As of April 2026, Snvk Gallery Metabox is a WordPress snvk plugin with 0 active installations and a 0/5 rating0. It has been downloaded 863 times in total. Requires WordPress 5.4+ and PHP 5.8+. Available on WordPress.org since 2021. Last updated 4 years ago — may have compatibility concerns.
Snvk gallery Image Video metabox plugin allows user to add multiple images to particular post, page or any custom post type.
There the options provided with this plugin i.e.
1) Dashboard > Snvk Media Gallery > Setting > Setting gallery metabox check post or custom post type for add gallary metabox.
https://sushilsankwal.wordpress.com/
<?php
$snv_mediagallery = get_post_meta(get_the_ID(),'snv_mediagallery', TRUE);
$snv_mediatitle = get_post_meta(get_the_ID(),'snv_mediatitle', TRUE);
$snv_mediaurl = get_post_meta(get_the_ID(),'snv_mediaurl', TRUE);
$snv_arraycombine = array_map(null,$snv_mediagallery,$snv_mediatitle,$snv_mediaurl);
if(is_array($snv_arraycombine))
{
foreach($snv_arraycombine as $snv…| WordPress | 5.4+ requiredTested up to 5.8.13 |
| PHP | 5.8+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.