W3cubDocs

/WordPress

apply_filters( "nav_menu_items_{$post_type_name}_recent", WP_Post[] $most_recent, array $args, array $box, array $recent_args )

Filters the posts displayed in the ‘Most Recent’ tab of the current post type’s menu items meta box.

Description

The dynamic portion of the hook name, $post_type_name, refers to the post type name.

Parameters

$most_recent

(WP_Post[]) An array of post objects being listed.

$args

(array) An array of WP_Query arguments for the meta box.

$box

(array) Arguments passed to wp_nav_menu_item_post_type_meta_box().

$recent_args

(array) An array of WP_Query arguments for 'Most Recent' tab.

Source

File: wp-admin/includes/nav-menu.php

View on Trac

Changelog

Version Description
4.9.0 Added the $recent_args parameter.
4.3.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/nav_menu_items_post_type_name_recent