wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



bulk_post_updated_messages › Filtr WordPress Hooks

Od3.7.0
Przestarzałyn/a
apply_filters( 'bulk_post_updated_messages', $bulk_messages, $bulk_counts )
Parametry: (2)
  • (array[]) $bulk_messages Arrays of messages, each keyed by the corresponding post type. Messages are keyed with 'updated', 'locked', 'deleted', 'trashed', and 'untrashed'.
    Wymagane: Tak
  • (int[]) $bulk_counts Array of item counts for each message, used to build internationalized strings.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the bulk action updated messages.

By default, custom post types use the messages for the 'post' post type.





Źródło

$bulk_messages = apply_filters( 'bulk_post_updated_messages', $bulk_messages, $bulk_counts );