A
Size: a a a
A
A
A
SZ
KL
SZ
KL
KL
SZ
KL
KL
KL
SZ
KL
register_rest_field(
$post_type,
$field,
array(
'get_callback' => function ($object, $fieldname, $request) { return get_field( $fieldname, $object['id'] ) },
'update_callback' => function ( $value, $object, $field_name ) {
return update_field( $field_name, $value,$object['id'] );
},
'schema' => null,
));
KL
KL
A
A
SZ
register_rest_field(
$post_type,
$field,
array(
'get_callback' => function ($object, $fieldname, $request) { return get_field( $fieldname, $object['id'] ) },
'update_callback' => function ( $value, $object, $field_name ) {
return update_field( $field_name, $value,$object['id'] );
},
'schema' => null,
));
SZ