ap_ajax_json( array|string $response )

Description #

Send properly formatted AnsPress json string.

Parameters #

  • $response
    array | string (Required) Response array or string.

Source #

File: includes/functions.php

function ap_ajax_json( $response ) {
	ap_send_json( ap_ajax_responce( $response ) );
}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment