We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7304856 commit fd6eb82Copy full SHA for fd6eb82
plugin/templates/product/campaigns.php
@@ -1,7 +1,7 @@
1
<?php
2
global $post;
3
4
-$articles = array( Aplazame_Api_Serializer::article( new WC_Product( $post ) ) );
+$articles = array( Aplazame_Aplazame_Api_BusinessModel_Article::createFromProduct( new WC_Product( $post ) ) );
5
?>
6
7
<div id="aplazame_campaigns_tab" class="panel woocommerce_options_panel">
0 commit comments