ld_propanel_get_essays_pending_count( array $query_args = array(), string $return_field = 'found_posts' )
Get count of pending Essays posts (sfwd-essays).
Description #
Parameters #
- $query_args
-
(<span class="array">array) (Optional) Override query arguments.
Default value: array()
- $return_field
-
(string) (Optional) Specific field from WP_Query to return. Default is 'found_posts'.
Default value: 'found_posts'
Return #
(mixed) $assignments_return If $return_field is empty then return is WP_Query instance. Otherwise specific field from WP_Query returned.
Source #
Changelog #
Version | Description |
---|---|
4.17.0 | Introduced. |