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



bulk_post_updated_messages › WordPress Filter Hooks

Da3.7.0
Deprecaton/a
apply_filters( 'bulk_post_updated_messages', $bulk_messages, $bulk_counts )
Parametri: (2)
  • (array[]) $bulk_messages Arrays of messages, each keyed by the corresponding post type. Messages are keyed with 'updated', 'locked', 'deleted', 'trashed', and 'untrashed'.
    Richiesto:
  • (int[]) $bulk_counts Array of item counts for each message, used to build internationalized strings.
    Richiesto:
Definito a:
Codex:

Filters the bulk action updated messages.

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





Sorgenti

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