wpseek.com
A WordPress-centric search engine for devs and theme authors



nav_menu_items_{$post_type_name}_recent › WordPress Filter Hooks

Since4.9.0
Deprecatedn/a
Parameters: (4)
  • (WP_Post[]) $most_recent An array of post objects being listed.
    Required: Yes
  • (array) $args An array of `WP_Query` arguments for the meta box.
    Required: Yes
  • (array) $box Arguments passed to `wp_nav_menu_item_post_type_meta_box()`.
    Required: Yes
  • (array) $recent_args An array of `WP_Query` arguments for 'Most Recent' tab.
    Required: Yes
Defined at:
Codex:

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

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

Possible hook names include:

  • nav_menu_items_post_recent
  • nav_menu_items_page_recent




Source

$most_recent = apply_filters(