Skip to content
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

Display types of entity props more correctly depending on a table structure #80

Open
versusbassz opened this issue Feb 1, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request ux-value:high
Milestone

Comments

@versusbassz
Copy link
Owner

versusbassz commented Feb 1, 2022

Now, everything (except null) is string (that was the inherited behavior of the table for custom fields)

The examples

  • post's props like ID, post_author could be displayed as int

To check

  • what is returned by different functions/methods: get_posts(), $wpdb->get_results(), etc.
  • the types of props in WP_Post class
  • the types in the database
@versusbassz versusbassz added this to the next-patch milestone Feb 1, 2022
@versusbassz versusbassz self-assigned this Feb 1, 2022
@versusbassz versusbassz added the enhancement New feature or request label Feb 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ux-value:high
Projects
None yet
Development

No branches or pull requests

1 participant