示例#1
0
        echo $the_download_expiry;
    }
    ?>
" placeholder="<?php 
    _e('Unlimited', 'woocommerce');
    ?>
" step="1" min="0" /></input>
								</div>
							</div>
				</div><br>

			</div>
	<?php 
} else {
    if (!isset($_POST['action']) || isset($_POST['action']) && ($_POST['action'] == 'home' || $_POST['action'] == 'unapply' || $_POST['action'] == 'apply' || $_POST['action'] == 'remove')) {
        $mold->pm_delete_temporary_save();
        ?>
	

			<h2><img style='margin-right:1px;vertical-align:bottom;' src='<?php 
        echo bloginfo('wpurl');
        ?>
/wp-content/plugins/woocommerce-molds/assets/images/molds.png'>
			<?php 
        echo "" . __('Product Molds', 'woocommerce-molds') . "</h2>";
        ?>
			<?php 
        echo "<h4>" . __('Apply a mold to instantly feed product variations.', 'woocommerce-molds');
        ?>
 <a class="datatips" data-tip="<?php 
        _e('The order in which molds are applied can matter, because a mold can override the effects of previous ones (percentages can surprise you if you\'re not careful)', 'woocommerce-molds');