# tier-pricing-table/6.5.0/freemius/templates/ajax-loader.php

Tiered Pricing Table for WooCommerce, version 6.5.0. 7 lines.

- Page: https://pluginprobe.com/plugins/tier-pricing-table/6.5.0/code/freemius/templates/ajax-loader.php
- Raw: https://pluginprobe.com/plugins/tier-pricing-table/6.5.0/raw/freemius/templates/ajax-loader.php
- Modified: 2022-03-04T19:30:32+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/tier-pricing-table/6.5.0/code/freemius/templates/ajax-loader.php#L10-L20`.

```php
<?php
    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }
?>
<div class="fs-ajax-loader" style="display: none"><?php for ( $i = 1; $i <= 8; $i ++ ) : ?><div class="fs-ajax-loader-bar fs-ajax-loader-bar-<?php echo $i ?>"></div><?php endfor ?></div>

```
