-
Notifications
You must be signed in to change notification settings - Fork 422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: register_meta. Closes #1348. #1600
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A có comment mấy cái nhỏ để cleanup trước. E thêm type hint cho các params và return value (nếu có thể) nhé.
E update hết rồi nhé, giờ e chuyển qua làm block binding nếu cần update gì bên này thì e update tiếp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hiện tại 1 số field như post
, taxonomy
, user
và taxonomy_advanced
(khi ko multiple
) thì đều trả về giá trị định dạng integer
e nhé. E format lại giá trị trả về nhé.
Trong commit mới, a có update lại hàm register_meta
vì tham số đầu tiên của nó phải là object_type
, và nhận giá trị post
, term
, user
, ... thôi. Tham số object_subtype
mới nhận giá trị là post type.
A có 1 số comment nhỏ khác, e xem nhé.
Register meta and unit test. Closes #1348.