WPINC_class wp ajax response.php Notes - WordPress-Thinstall/wordpress-develop GitHub Wiki

interface AjaxResponseInterface {
    public function add( $args = '' );
    public function send();
}