wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



bulk_edit_posts › Les Actions WordPress

Depuis6.3.0
Dépréciéen/a
do_action( 'bulk_edit_posts', $updated, $shared_post_data )
Paramètres: (2)
  • (int[]) $updated An array of updated post IDs.
    Requis: Oui
  • (array) $shared_post_data Associative array containing the post data.
    Requis: Oui
Défini(e) dans:
Codex:

Fires after processing the post data for bulk edit.





Source

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