wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



nav_menu_items_{$post_type_name}_recent › WordPress Filter Hooks

Da4.9.0
Deprecaton/a
Parametri: (4)
  • (WP_Post[]) $most_recent An array of post objects being listed.
    Richiesto:
  • (array) $args An array of `WP_Query` arguments for the meta box.
    Richiesto:
  • (array) $box Arguments passed to `wp_nav_menu_item_post_type_meta_box()`.
    Richiesto:
  • (array) $recent_args An array of `WP_Query` arguments for 'Most Recent' tab.
    Richiesto:
Definito a:
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




Sorgenti

$most_recent = apply_filters(