Das United States Patent and Trademark Office (USPTO) hat uns kürzlich unser erstes US-Patent erteilt – darauf sind wir natürlich mächtig stolz!
/** * Modify YouTube Embeds to Disable Cookies. * * @link https://www.wpexplorer.com/wordpress-youtube-embeds-nocookie/ */ add_filter( 'embed_oembed_html', function( $html ) { if ( str_contains( $html, 'youtube.com' ) ) { $html = str_replace( 'youtube.com', 'youtube-nocookie.com', $html ); } return $html; }, 10 );
Das United States Patent and Trademark Office (USPTO) hat uns kürzlich unser erstes US-Patent erteilt – darauf sind wir natürlich mächtig stolz!