piibel

add_filter(“wcra_piibel.ee_callback” , “wcra_piibel.ee_callback_handler”); function wcra_piibel.ee_callback_handler($param){ //$param = All GET/POST values will be received from endpoint //do your stuff here $response = $param; return $response }