wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



nav_menu_items_{$post_type_name}_recent › Les Filtres WordPress

Depuis4.9.0
Dépréciéen/a
Paramètres: (4)
  • (WP_Post[]) $most_recent An array of post objects being listed.
    Requis: Oui
  • (array) $args An array of `WP_Query` arguments for the meta box.
    Requis: Oui
  • (array) $box Arguments passed to `wp_nav_menu_item_post_type_meta_box()`.
    Requis: Oui
  • (array) $recent_args An array of `WP_Query` arguments for 'Most Recent' tab.
    Requis: Oui
Défini(e) dans:
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(