Skip to content

Commit

Permalink
the property we need to be override with ACF Pro is render_callback
Browse files Browse the repository at this point in the history
  • Loading branch information
guzmandrade-wds committed Sep 3, 2023
1 parent 992f091 commit 580556f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/wpcli/class-blocks-scaffold.php
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ function wds_acf_register_blocks() {
register_block_type(
$block,
[
'render' => null,
'render_callback' => null,
]
);
} else {
Expand Down

0 comments on commit 580556f

Please sign in to comment.