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



bulk_edit_posts › WordPress Action Hooks

Da6.3.0
Deprecaton/a
do_action( 'bulk_edit_posts', $updated, $shared_post_data )
Parametri: (2)
  • (int[]) $updated An array of updated post IDs.
    Richiesto:
  • (array) $shared_post_data Associative array containing the post data.
    Richiesto:
Definito a:
Codex:

Fires after processing the post data for bulk edit.





Sorgenti

do_action( 'bulk_edit_posts', $updated, $shared_post_data );