bulk_edit_posts

bulk_edit_posts

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('bulk_edit_posts') is found 1 times:

  • /wp-admin/includes/post.php line 724
    720
    721
    722
    723
    724
    725
    726
    727
    728
    729
    730
    *
     * @param int[] $updated          An array of updated post IDs.
     * @param array $shared_post_data Associative array containing the post data.
     */
    do_action( 'bulk_edit_posts', $updated, $shared_post_data );
     
    return array(
        'updated' => $updated,
        'skipped' => $skipped,
        'locked'  => $locked,
    );