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 dd4c0f2 + 8067a2d commit f2ac2cfCopy full SHA for f2ac2cf
src/WordPress_Object/Clarkson_Object.php
@@ -627,7 +627,7 @@ public function get_comments( array $args = array() ): array {
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 {
+ public function jsonSerialize() {
631
$data = array();
632
$data['id'] = $this->get_id();
633
$data['link'] = $this->get_permalink();
0 commit comments