Expand description
§WP Query Rust
A rust implementation of the classic WP_Query utility to access WordPress posts outside of a WordPress environment.
Re-exports§
pub use wp_post::add_post_meta;
pub use wp_post::get_post_meta;
pub use wp_post::post_status::PostStatus;
Modules§
Macros§
- apply_
to_ all_ fields_ ref - Applies some objects methods to all the fields on a WpPost, where the fields on the WpPost are references.
- ok_
or_ row_ error
Structs§
- Date
Query - Date
Query After Before - EnvVars
- Meta
Query - Param
Builder - Builds query params by chaining option callbacks
- Params
- Configuration for running a WordPress database query.
- TaxQuery
- WpQuery
- WpUser