LLMS_REST_Posts_Controller::get_delete_item_args()
Retrieves an array of arguments for the delete endpoint.
Contents
Return Return
(array) Delete endpoint arguments.
Source Source
File: libraries/lifterlms-rest/includes/abstracts/class-llms-rest-posts-controller.php
*/
public function __construct() {
$this->meta = new WP_REST_Post_Meta_Fields( $this->post_type );
}
/**
* Retrieves an array of arguments for the delete endpoint.
*
* @since 1.0.0-beta.1
*
* @return array Delete endpoint arguments.
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0-beta.1 | Introduced. |