apply_filters( 'learndash_focus_header_logo_url', string $logo_url , int $course_id , int $user_id )
Filters Focus mode header logo URL.
Description Description
This filter will be called only if there is a logo set in LearnDash plugin settings.
Parameters Parameters
- $logo_url
-
Header logo URL.
- $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. |