Ejemplo n.º 1
0
 /**
  * Set the visibility of the meta object.
  *
  * @param        $meta_id
  * @param bool   $status
  * @param string $type
  */
 function tribe_set_the_meta_visibility($meta_id, $status = true, $type = 'meta')
 {
     Tribe__Events__Meta_Factory::set_visibility($meta_id, $type, $status);
 }
Ejemplo n.º 2
0
/**
 * Set the visibility of the meta object.
 *
 * @deprecated 4.3
 *
 * @param        $meta_id
 * @param bool   $status
 * @param string $type
 */
function tribe_set_the_meta_visibility($meta_id, $status = true, $type = 'meta')
{
    _deprecated_function(__FUNCTION__, '4.3');
    Tribe__Events__Meta_Factory::set_visibility($meta_id, $type, $status);
}