Changeset 6564
- Timestamp:
- 02/07/2018 06:24:15 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-performance-optimizations.php
r5636 r6564 36 36 // REST API. 37 37 add_filter( 'rest_endpoints', array( $this, 'disable_rest_api_users_endpoint' ) ); 38 39 // Disable post meta key lookup, see https://core.trac.wordpress.org/ticket/33885. 40 add_filter( 'postmeta_form_keys', '__return_empty_array' ); 38 41 } 39 42
Note: See TracChangeset
for help on using the changeset viewer.