apply_filters( 'learndash_focus_header_text', string $header_text , int $course_id , int $user_id )
Filters Focus mode header text. This text is used to display in place of the logo.
Description Description
This filter will be called only if there is no logo set in LearnDash plugin settings.
Parameters Parameters
- $header_text
-
Focus mode header text.
- $course_id
-
Course ID.
- $user_id
-
User ID.
Source Source
File: themes/ld30/templates/focus/masthead.php
Changelog Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |