shop changes
This commit is contained in:
15
actions/WooCommerceProductSummary.php
Normal file
15
actions/WooCommerceProductSummary.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace Actions;
|
||||
|
||||
use ofc\RadAction;
|
||||
|
||||
class WooCommerceProductSummary extends RadAction
|
||||
{
|
||||
protected string $hookName = "woocommerce_single_product_summary";
|
||||
|
||||
public function callback()
|
||||
{
|
||||
echo site()->render('woocommerce-after-content');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user