Skip to content

Commit

Permalink
back to returning an object
Browse files Browse the repository at this point in the history
  • Loading branch information
leogilmour committed Sep 27, 2018
1 parent 2d23f47 commit 66130fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget-loader-acf.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
'type' => 'post_object',
'post_type' => $post_types,
'multiple' => 0,
'return_format' => 'id',
'return_format' => 'object',
'ui' => 1,
'required' => 1
],
Expand Down

0 comments on commit 66130fb

Please sign in to comment.