WpProQuiz_Controller_Front::loadJsScripts( bool $footer = true, bool $quiz = true, bool $toplist = false )
Loads the JavaScript scripts.
Description #
Parameters #
- $footer
-
(bool) (Optional) Whether to load the scripts in the footer.
Default value: true
- $quiz
-
(bool) (Optional) Whether to load the quiz scripts.
Default value: true
- $toplist
-
(bool) (Optional) Whether to load the toplist scripts.
Default value: false
Return #
(void)
Source #
File: includes/lib/wp-pro-quiz/lib/controller/WpProQuiz_Controller_Front.php
Changelog #
| Version | Description |
|---|---|
| 1.2.5 | Introduced. |