ap_ajax_json( array|string $response )
Description #
Send properly formatted AnsPress json string.
Parameters #
- $responsearray | string (Required) Response array or string.
Source #
File: includes/functions.php
function ap_ajax_json( $response ) { ap_send_json( ap_ajax_responce( $response ) ); }
Expand full source code Collapse full source code View on GitHub: includes/functions.php:1061
Add your comment