Browse: Home / Constants /

LEARNDASH_FILTER_SEARCH

define( 'LEARNDASH_FILTER_SEARCH',  bool $value )

Define LearnDash LMS – Enable search filter logic.


Description #


Parameters #

$value

(bool) (Required) Only one of the following values.

  • 'true'
    (bool) Will enable some logic to hook into the WP search processing. The logic can help filter display items to only show lessons, topics, etc. the user has access to. Default.
  • 'false'
    (bool)


Source #

File: learndash-scalar-constants.php


Changelog #

Changelog
Version Description
3.2.0 Introduced.