LLMS_Admin_Menus::builder_title()
Set the global $title variable for the builder Prevents the <title>
in the admin head being partially empty on builder screen
Description Description
Return Return
(void)
Source Source
File: includes/admin/class.llms.admin.menus.php
public function builder_title() { global $title; $title = __( 'Course Builder', 'lifterlms' ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.14.9 | Introduced. |