This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?php | |
| /** | |
| * Add data attributes to the query block to describe the block query. | |
| * | |
| * @param string $block_content Default query content. | |
| * @param array $block Parsed block. | |
| * @return string | |
| */ | |
| function query_render_block( $block_content, $block ) { | |
| if ( 'core/query' === $block['blockName'] ) { | 
OlderNewer