File "ajax-loader.php"

Full Path: /home/vantageo/public_html/cache/.wp-cli/wp-content/plugins/wp-data-access/freemius/templates/ajax-loader.php
File size: 252 bytes
MIME-type: text/x-php
Charset: utf-8

<?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>