Namespace \PlusBusinessSoftware\WooCommerce
Bestand: FollowingProducts.php
/**
* Allow overriding the volgartikelen title
*
* @filter plus_following_products_title
* @param string $following_product_title The title for following products
* @param int $product_id The product ID for which to show the following products
* @return string The title for following products
*/
$following_product_title = apply_filters( 'plus_following_products_title', $args['following_product_title'], $product_id );
/**
* Allow overriding the volgartikelen HTML
*
* @filter plus_following_products_html
* @param string $uitvoer The HTML for the following products block.
* @param int $product_id The product ID for which to show the following products
* @return string The HTML for the following products block.
*/
$uitvoer = apply_filters( 'plus_following_products_html', $uitvoer, $product_id );