LLMS_Dot_Com_API::set_request_body( array $data, string $method, string $resource )

Set request body


Parameters Parameters

$data

(array) (Required) request body

$method

(string) (Required) request method

$resource

(string) (Required) requested resource


Top ↑

Return Return

(array)


Top ↑

Source Source

File: includes/class.llms.dot.com.api.php

	protected function set_request_body( $data, $method, $resource ) {
		return apply_filters( 'llms_dot_com_api_request_body', $data, $method, $resource, $this );
	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.22.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.