Пример #1
0
/**
 * Returns the list of available forms
 *
 * @see GVCommon::get_forms()
 * @access public
 * @param mixed $form_id
 * @return array Empty array if GFAPI isn't available or no forms. Otherwise, associative array with id, title keys
 */
function gravityview_get_forms()
{
    return GVCommon::get_forms();
}