コード例 #1
0
/**
 * Render dropdown (select) with the list of sortable fields from a form ID
 *
 * @access public
 * @param  int $formid Form ID
 * @param string $current Field ID of field used to sort
 * @return string         html
 */
function gravityview_get_sortable_fields($formid, $current = '')
{
    return GVCommon::get_sortable_fields($formid, $current);
}