Plus_King_StaffelTabel.

Namespace \PlusBusinessSoftware\King
Bestand: Plus_King_Orders.php

				
							/**
		 * Allow manipulation of the staffeltabel HTML
		 *
		 * @filter plus_product_staffel_html
		 * @param string $uitvoer The HTML for the staffeltabel (if any).
		 * @param int $product_id The product_id for which to generate the staffeltabel.
		 * @return string The HTML for the staffeltabel (if any).
		 */
		$uitvoer = apply_filters( 'plus_product_staffel_html', $uitvoer, $product_id );

				
			
				
													/**
								 * Allow filtering to change the '+' to something else
								 *
								 * @filter plus_staffeltabel_tot_symbol
								 * @param string A character for the 'tot' symbol.
								 * @return string A character for the 'tot' symbol.
								 */
								$tot = apply_filters( 'plus_staffeltabel_tot_symbol', '+' );

				
			
				
							/**
		 * Arguments for showing the staffeltabel
		 *
		 * @filter plus_variation_staffeltabel_arguments
		 * @param array $args The arguments for showing the staffeltabel
		 * @param WC_Product $product A WC_Product instance
		 * @param WC_Product_Variation $variation A WC_Product_Variation instance
		 * @return array The arguments for showing the staffeltabel
		 */
		$args = apply_filters( 'plus_variation_staffeltabel_arguments', $args, $product, $variation );

				
			
				
											/**
						 * Price for grouped products
						 *
						 * @filter plus_grouped_product_vanaf_prefix
						 * @param float $price The product price
						 * @param WC_Product $instance A WC_Product instance
						 * @param float $product_lowest_price The product price
						 * @return string The HTML to show for the product price
						 */
						$price = '<span class="plus_lowest_price">' . apply_filters( 'plus_grouped_product_vanaf_prefix', $price, $instance, $product_lowest_price ) . '</span>';