Example #1
0
/**
 * @deprecated, will be removed in 4.9
 *
 * @param $settings
 * @param $value
 *
 * @since 4.4
 * @return string
 */
function vc_taxomonies_form_field($settings, $value)
{
    return vc_taxonomies_form_field($settings, $value);
}
Example #2
0
/**
 * @deprecated 4.9
 *
 * @param $settings
 * @param $value
 *
 * @since 4.4
 * @return string
 */
function vc_taxomonies_form_field($settings, $value)
{
    _deprecated_function('vc_taxomonies_form_field', '4.9 (will be removed in 4.11)');
    return vc_taxonomies_form_field($settings, $value);
}