Description
Force the privacy-enhanced youtube-nocookie.com domain for the embed, regardless of the per-post or global setting.
Parameters
- $nocookie
- (bool)(required) Whether to use the cookieless domain.
- Default:the post/global setting
- $post_id
- (int)(optional) The post ID.
- Default:None
- $option
- (array)(optional) The post player embed options.
- Default:None
Example
add_filter( 'cbc_nocookie_embed', '__return_true' );