Widget_Audio::render()
Render audio widget output on the frontend.
Description
Written in PHP and used to generate the final HTML.
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |
Source
includes/widgets/audio.php
</div> <?php endif; } /** * Filter audio widget oEmbed results. * * Written in PHP and used to generate the final HTML. * * @since 1.0.0 * @access public * * @param string $html The HTML returned by the oEmbed provider. * * @return string Filtered audio widget oEmbed HTML. */ public function filter_oembed_result( $html ) { $param_keys = [ 'auto_play',