mejs_settings WordPress Filter Hook
The mejs_settings hook is used to modify the default settings for the MediaElement.js player. This hook is used by plugins and themes to customize the player's behavior and appearance.
apply_filters( 'mejs_settings', array $mejs_settings ) #
Filters the MediaElement configuration settings.
Parameters
- $mejs_settings
(array)MediaElement settings array.
Source
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |