Appearance
wpce_before_document_from_json
Filters the JSON string when a Document is loaded via Document::from_json.
Document
Document::from_json
string $json
The JSON string to load the document from.
add_filter('wpce_before_document_from_json', function (string $json) { // ... return $json; });
wpce_before_document_load
wpce_before_document_from_post
wpce_before_document_from_rest_request
wpce_before_document_from_save_request_body