Browse: Home / Constants /

LEARNDASH_ADMIN_POPUP_STYLE

define( 'LEARNDASH_ADMIN_POPUP_STYLE',  string $value )

Define LearnDash LMS – Set the popup method used for items like the TinyMCE popup used for shortcodes.


Description #


Parameters #

$value

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

  • ''jQuery-dialog''
    (string) Default.
  • ''thickbox''
    (string) Legacy thickbox popup.


Source #

File: learndash-scalar-constants.php


Changelog #

Changelog
Version Description
3.0.7 Introduced.