We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e3df05 + c4c04ea commit dd4c0f2Copy full SHA for dd4c0f2
src/WordPress_Object/Clarkson_Object.php
@@ -626,6 +626,7 @@ public function get_comments( array $args = array() ): array {
626
*
627
* We can't just return $this->_post, because these values will only return raw unfiltered data.
628
*/
629
+ #[\ReturnTypeWillChange]
630
public function jsonSerialize(): mixed {
631
$data = array();
632
$data['id'] = $this->get_id();
0 commit comments