apply_filters( 'widget_posts_args', array $args, array $instance )
Filters the arguments for the Recent Posts widget.
Description
See also
Parameters
- $args
-
(array) An array of arguments used to retrieve the recent posts.
- $instance
-
(array) Array of settings for the current widget.
More Information
Use any of the WP_Query parameters for $args.
Source
Changelog
Version | Description |
---|---|
4.9.0 | Added the $instance parameter. |
3.4.0 | Introduced. |
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/widget_posts_args