Query::get( string|false $pluck_field = false, $filter_callback = false )
Get custom thank you page posts (entire the WP_Post object or just pluck the single field)
Parameters
- $pluck_field
-
(Optional) if set, returns only the requested field, otherwise entire post object.
Default value: false
-
(Required) bool $filter_callback that is an optional filter callback.
Return
(array|false)
Source
File: includes/modules/woocommerce_booster/custom_thank_you/query.php
Expand full source code Collapse full source code View on Github