Block editor: Sandbox iframe shows outdated HTML

The WordPress (Gutenberg) block editor requests data from an oembed proxy endpoint, and that endpoint retrieves data using the Transients API. It seems that clearing all oembed caches doesn’t also clear oembed transient caches. The following database query to clear your oembed caches from the postmeta table is NOT sufficient: global $wpdb; $meta_key_1 = “|_oembed|_%%”; … Read more

Can’t embed certain youtube videos into theme

I had recently similar issue with Divi and embedding videos. At the end I realized its because oEmbed issues in WordPress sites running on host with both IPv4 and IPv6 sites. Either you can add this code to your functions.php to fix this: add_action( ‘http_api_curl’, function( $curl_handle ) { curl_setopt( $curl_handle, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4 ); }); … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)