PluginProbe
Forumax – AI Powered Advanced Community Forum Plugin / 2.4.3
Forumax – AI Powered Advanced Community Forum Plugin v2.4.3
2.4.4 2.4.3 2.4.2 2.4.1 2.4.0 trunk 1.0.8 1.1.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.4.0 1.4.1 2.0.0 2.1.0 All 29 releases
bbp-core / includes / Elementor / Search / search-spinner.php

search-spinner.php in Forumax – AI Powered Advanced Community Forum Plugin 2.4.3, at includes/Elementor/Search/search-spinner.php

19 lines 589 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Search Loading Spinner
4 *
5 * Modern circular spinner displayed inside the search input
6 * alongside the native clear (cross) button.
7 *
8 * @package Forumax
9 * @since 2.2.2
10 */
11
12 defined( 'ABSPATH' ) || exit;
13 ?>
14 <span class="spinner" aria-hidden="true">
15 <svg class="frmx-spinner-icon" xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
16 <circle cx="12" cy="12" r="10" stroke-opacity="0.2" />
17 <path d="M12 2a10 10 0 0 1 10 10" />
18 </svg>
19 </span>