new CustomHeader()
Create a custom header instance.
Members
-
BaseVideoHandler :BaseHandler
-
Base handler for custom handlers to extend.
Type:
- BaseHandler
Methods
-
initialize()
-
Initalize the custom header. If the environment supports video, loops through registered handlers until one is found that can handle the video.
-
supportsVideo()
-
Determines if the current environment supports video. Themes and plugins can override this method to change the criteria.
Returns:
- Type
- boolean