Browse: Home / Hooks /

learndash_rest_wp_archive_repsonse

This hook has been deprecated.

apply_filters_deprecated( 'learndash_rest_wp_archive_repsonse',  object $data,  string $post_type,  WP_REST_Request $request )

Filter archive REST data.


Description #


Parameters #

$data

(object) WP_REST_Response.

$post_type

(string) The post type slug.

$request

(WP_REST_Request) Full details about the request.


Return #

(object) WP_REST_Response


Source #

File: src/deprecated/LD_REST_Posts_Gutenberg_Controller.php


Changelog #

Changelog
Version Description
4.10.3 This hook has been deprecated.
3.6.0 Introduced. This hook has been deprecated.