# bbp-core/1.4.1/includes/Elementor/Search/search-spinner.php

Forumax – AI Powered Advanced Community Forum Plugin, version 1.4.1. 3 lines.

- Page: https://pluginprobe.com/plugins/bbp-core/1.4.1/code/includes/Elementor/Search/search-spinner.php
- Raw: https://pluginprobe.com/plugins/bbp-core/1.4.1/raw/includes/Elementor/Search/search-spinner.php
- Modified: 2025-11-11T09:42: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/bbp-core/1.4.1/code/includes/Elementor/Search/search-spinner.php#L10-L20`.

```php
<span class="spinner">
    <img src="<?php echo esc_url( BBPC_IMG . 'icon/loading.svg' ) ?>" alt="<?php esc_attr_e( 'loading', 'bbp-core' ) ?>">
</span>
```
