Skip to content

Commit

Permalink
Merge pull request #106 from 10up/fix/unexpected-end-of-json-input
Browse files Browse the repository at this point in the history
Register _classifai_error meta as single
  • Loading branch information
helen committed Jul 24, 2019
2 parents 65cb1f5 + bd2abdb commit b971013
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/Classifai/Plugin.php
Expand Up @@ -48,6 +48,7 @@ public function init() {
'_classifai_error',
[
'show_in_rest' => true,
'single' => true,
]
);
}
Expand Down

0 comments on commit b971013

Please sign in to comment.