Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #41299, comment 8


Ignore:
Timestamp:
07/14/2017 02:46:43 PM (8 years ago)
Author:
jnylen0
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41299, comment 8

    initial v1  
    22
    33- Added the `?maxwidth=` parameter in the Gutenberg code
    4 - Loaded various embeds without this patch
     4- Loaded various embeds with and without this patch
    55- 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`
    66