bbp_use_autoembed( $default = 1 )
Use WordPress’s oEmbed API
Description
Parameters
- $default
-
(Optional) bool Optional. Default value true
Default value: 1
Return
(bool) Use oEmbed?
Source
File: bp-forums/core/options.php
function bbp_use_autoembed( $default = 1 ) { return (bool) apply_filters( 'bbp_use_autoembed', (bool) get_option( '_bbp_use_autoembed', $default ) ); }
Changelog
Version | Description |
---|---|
bbPress (r3752) | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.