Browse: Home / Hooks /

learndash_rest_course_steps_allow_anonymous_read

apply_filters( 'learndash_rest_course_steps_allow_anonymous_read',  bool $allow )

Filter to allow anonymous access to Course Steps REST endpoint.


Description #


Parameters #

$allow

(bool) true/false.


Return #

(bool) true Return true to allow access to anonymous user.


Source #

File: includes/rest-api/v2/class-ld-rest-courses-steps-controller.php


Changelog #

Changelog
Version Description
3.4.2 Introduced.