wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



nav_menu_items_{$post_type_name}_recent › WordPress Filter Hooks

Seit4.9.0
Veraltetn/v
Parameter: (4)
  • (WP_Post[]) $most_recent An array of post objects being listed.
    Erforderlich: Ja
  • (array) $args An array of `WP_Query` arguments for the meta box.
    Erforderlich: Ja
  • (array) $box Arguments passed to `wp_nav_menu_item_post_type_meta_box()`.
    Erforderlich: Ja
  • (array) $recent_args An array of `WP_Query` arguments for 'Most Recent' tab.
    Erforderlich: Ja
Definiert in:
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




Quellcode

$most_recent = apply_filters(