Changes between Version 1 and Version 2 of Ticket #59270, comment 5
- Timestamp:
- 09/14/2023 03:19:53 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59270, comment 5
v1 v2 4 4 5 5 {{{ 6 function f ilter_metadata_registration( $metadata ) {6 function fzs_filter_metadata_registration( $metadata ) { 7 7 if ($metadata['name'] === 'core/post-excerpt') { 8 8 unset($metadata['attributes']['excerptLength']); … … 10 10 return $metadata; 11 11 }; 12 add_filter( 'block_type_metadata', 'f ilter_metadata_registration' );12 add_filter( 'block_type_metadata', 'fzs_filter_metadata_registration' ); 13 13 }}}
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)