Changes between Initial Version and Version 1 of Ticket #41299, comment 8
- Timestamp:
- 07/14/2017 02:46:43 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41299, comment 8
initial v1 2 2 3 3 - Added the `?maxwidth=` parameter in the Gutenberg code 4 - Loaded various embeds with out this patch4 - Loaded various embeds with and without this patch 5 5 - Before loading each embed, clear the cached results by running `foreach ( $wpdb->get_results("SELECT option_name FROM $wpdb->options WHERE option_name LIKE '_transient%oembed%'") as $row ) { error_log( $row->option_name ); delete_option( $row->option_name ); }` in `wp shell` 6 6