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



bulk_edit_posts › WordPress Action Hooks

Seit6.3.0
Veraltetn/v
do_action( 'bulk_edit_posts', $updated, $shared_post_data )
Parameter: (2)
  • (int[]) $updated An array of updated post IDs.
    Erforderlich: Ja
  • (array) $shared_post_data Associative array containing the post data.
    Erforderlich: Ja
Definiert in:
Codex:

Fires after processing the post data for bulk edit.





Quellcode

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