20 lines
551 B
PHP
20 lines
551 B
PHP
<?php
|
|
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
|
?>
|
|
<div>
|
|
<?php if ( $one_time_message ) : ?>
|
|
<p class="dhl_error"><?php echo $one_time_message; ?></p>
|
|
<?php endif; ?>
|
|
<input name="post_id" type="hidden" value="<?php echo $post->ID; ?>" />
|
|
<?php /*
|
|
<p>
|
|
<a class="button dhl-button dhl-button-add"><?php _e( 'Dodaj przesyłkę', 'woocommerce-dhl' ); ?></a>
|
|
<span class="dhl-spinner spinner"></span>
|
|
</p>
|
|
*/ ?>
|
|
</div>
|
|
<?php /* ?>
|
|
<pre><?php print_r($package); ?></pre>
|
|
<?php /* */ ?>
|
|
<div style="clear:both;"></div>
|