예제 #1
0
파일: ajax.php 프로젝트: joecooper3/2015
/**
 * Get URL for API for processing a form
 *
 * @since 1.3.2
 *
 * @param string $form_id Form ID
 *
 * @return string
 */
function cf_ajax_api_url($form_id)
{
    return Caldera_Forms::get_submit_url($form_id);
}