# content-protector/3.5.4/inc/freemius/templates/ajax-loader.php

Passster – Password Protect Pages and Content, version 3.5.4. 1 lines.

- Page: https://pluginprobe.com/plugins/content-protector/3.5.4/code/inc/freemius/templates/ajax-loader.php
- Raw: https://pluginprobe.com/plugins/content-protector/3.5.4/raw/inc/freemius/templates/ajax-loader.php
- Modified: 2022-01-10T16:23: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/content-protector/3.5.4/code/inc/freemius/templates/ajax-loader.php#L10-L20`.

```php
<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>
```
