Changes between Initial Version and Version 1 of Ticket #41998, comment 10
- Timestamp:
- 09/11/2022 09:12:55 PM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41998, comment 10
initial v1 8 8 <?php 9 9 add_filter( 'rest_json_encode_options', function ( $options ) { 10 $options &= ~JSON_PRETTY_PRINT;10 $options |= JSON_PRETTY_PRINT; 11 11 12 12 return $options;