Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter('site-reviews/rest-api/reviews/schema/properties', function (array $properties) {
- if (isset($properties['ip_address']['context'])) {
- $properties['ip_address']['context'] = ['edit', 'view'];
- }
- return $properties;
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement