woocommerce_product_import_batch_size

woocommerce_product_import_batch_size

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_product_import_batch_size') is found 1 times:

  • /includes/admin/class-wc-admin-importers.php line 234
    			 * @param int $size Batch size.
    			 *
    			 * @since
    			 */
    			'lines'              => apply_filters( 'woocommerce_product_import_batch_size', 30 ),
    			'parse'              => true,
    		);
    
    		// Log failures.
    		if ( 0 !== $params['start_pos'] ) {
    			$error_log = array_filter( (array) get_user_option( 'product_import_error_log' ) );