woocommerce_product_bulk_and_quick_edit

woocommerce_product_bulk_and_quick_edit

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

do_action('woocommerce_product_bulk_and_quick_edit') is found 1 times:

  • /includes/admin/class-wc-admin-post-types.php line 347
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    * @param object $post Post object being saved.
     */
    public function bulk_and_quick_edit_hook( $post_id, $post ) {
        remove_action( 'save_post', array( $this, 'bulk_and_quick_edit_hook' ) );
        do_action( 'woocommerce_product_bulk_and_quick_edit', $post_id, $post );
        add_action( 'save_post', array( $this, 'bulk_and_quick_edit_hook' ), 10, 2 );
    }
     
    /**
     * Quick and bulk edit saving.
     *

See this hook used in plugins: