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

Passster – Password Protect Pages and Content, version 4.2.13. 7 lines.

- Page: https://pluginprobe.com/plugins/content-protector/4.2.13/code/inc/freemius/templates/ajax-loader.php
- Raw: https://pluginprobe.com/plugins/content-protector/4.2.13/raw/inc/freemius/templates/ajax-loader.php
- Modified: 2025-02-03T12:07:02+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/4.2.13/code/inc/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>

```
