Example #1
0
function fflcommerce_email_variable_box($post)
{
    ?>
	<div id="coupon_options" class="panel fflcommerce_options_panel">
		<div class="options_group">
			<?php 
    update_variable_list($post);
    ?>
		</div>
	</div>
	<?php 
}
Example #2
0
function jigoshop_email_variable_box($post)
{
    ?>
	<div id="coupon_options" class="panel jigoshop_options_panel">
		<div class="options_group">
			<?php 
    update_variable_list($post);
    ?>
		</div>
	</div>
	<?php 
}