LLMS_OEmbed::__construct()
Constructor
Contents
Return Return
(void)
Source Source
File: includes/class.llms.oembed.php
27 28 29 30 31 32 33 34 35 36 | public function __construct() { /** * Add oEmbed Provider for Wistia * * @since 1.4.6 */ wp_oembed_add_provider( '/https?\:\/\/(.+)?(wistia\.com|wi\.st)\/.*/' , 'https://fast.wistia.com/oembed' , true ); } |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.4.6 | Introduced. |