コード例 #1
0
ファイル: debug.php プロジェクト: rbredow/allyzabbacart
              <input type="hidden" name="cart66-action" value="prune pending orders" id="cart66-action" />
              <input type="submit" value="<?php 
_e('Prune Pending Orders', 'cart66');
?>
" class="button-secondary" />
            </form>
          </td>
        </tr>
        <tr valign="top">
          <th scope="row"><?php 
_e('Next Scheduled Cron Check', 'cart66');
?>
</th>
          <td>
            <?php 
echo Cart66Common::getTimeLeft(date('Y-m-d H:i:s', Cart66Common::localTs(wp_next_scheduled('daily_subscription_reminder_emails')))) . ' (' . date('Y-m-d H:i:s', Cart66Common::localTs(wp_next_scheduled('daily_subscription_reminder_emails'))) . ')';
?>
          </td>
        </tr>
      </tbody>
    </table>
  </div>
</div>
<script type="text/javascript">
  (function($){
    $(document).ready(function(){
      $('#cart66-inner-tabs div.pane').hide();
      $('#cart66-inner-tabs div#<?php 
echo $tab;
?>
').show();