Viewing File: /home/rtsgrob/ww3/wp-content/plugins/integromat-connector/api/response.php

<?php defined( 'ABSPATH' ) || die( 'No direct access allowed' );

add_action(
	'rest_api_init',
	function () {

		// Include Custom fields to the REST API response.
		\Integromat\Rest_Response::include_custom_fields();

	}
);
Back to Directory File Manager