Changeset 14892
- Timestamp:
- 05/15/2026 08:55:42 AM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/site-branding.php
r13141 r14892 94 94 } 95 95 add_filter( 'jetpack_open_graph_image_default', __NAMESPACE__ . '\jetpack_open_graph_image_default' ); 96 97 98 /** 99 * Jetpack 15 changed to using Text overlayed on the default image. 100 * @see https://wordpress.slack.com/archives/C02QB8GMM/p1778829214437089 101 */ 102 add_filter( 'jetpack_og_default_site_image', function() { 103 return [ 104 'src' => 'https://s.w.org/images/home/wordpress-default-ogimage.png', 105 'width' => 1728, 106 'height' => 972, 107 ]; 108 } ); 96 109 97 110 /**
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)