Skip to content

Commit db619bd

Browse files
committed
Remove default value for post meta field
1 parent f733d8f commit db619bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

inc/data-type-management.php

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ function () {
4545
'show_in_rest' => true,
4646
'single' => true,
4747
'type' => 'string',
48-
'default' => $meta_field,
4948
)
5049
);
5150
}

0 commit comments

Comments
 (0)