Namespace \PlusBusinessSoftware\WooCommerce
Bestand: ProductCatalogMode.php
/**
* Catalog mode notification HTML
*
* @param string $uitvoer The regular HTML output.
* @param int $product_id The product ID
* @return string The HTML output that is used instead of the add-to-cart button.
*/
$uitvoer = apply_filters( 'plus_product_catalog_mode_notification_html', $uitvoer, $product_id );