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.8.7.0

do_action('woocommerce_product_bulk_and_quick_edit') is found 1 times:

  • /includes/admin/class-wc-admin-post-types.php line 311
    	 * @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: