Topics

On this page

Last updated on Nov 11, 2025

Enqueue Custom Styles for GoDAM Video Player

The godam_player_enqueue_styles hook lets developers load and enqueue custom styles for GoDAM video player, enabling complete visual customization. It’s ideal for adding custom skins, modifying player controls, or aligning the player’s design with your theme. If you want to customize the player from the GoDAM video settings itself, please refer to the GoDAM video player customization documentation.

Hook: godam_player_enqueue_styles

Usage Example

In this example, a custom skin located in your theme’s /css/ directory is enqueued and applied globally to all instances of the GoDAM player.

When It Runs

This hook is fired during the wp_enqueue_scripts and admin_enqueue_scripts phases meaning:

Hook Signature

No parameters are passed to this hook.

Common Use Cases