# streamcast/2.3.4/freemius/templates/ajax-loader.php

StreamCast – bring live radio to your site with a sleek player, version 2.3.4. 7 lines.

- Page: https://pluginprobe.com/plugins/streamcast/2.3.4/code/freemius/templates/ajax-loader.php
- Raw: https://pluginprobe.com/plugins/streamcast/2.3.4/raw/freemius/templates/ajax-loader.php
- Modified: 2025-09-17T06:32:08+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/streamcast/2.3.4/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>

```
