PluginProbe
Forumax – AI Powered Advanced Community Forum Plugin / 2.4.1
Forumax – AI Powered Advanced Community Forum Plugin v2.4.1
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 / ajax-sarch-results.php

ajax-sarch-results.php in Forumax – AI Powered Advanced Community Forum Plugin 2.4.1, at includes/Elementor/Search/ajax-sarch-results.php

17 lines 607 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * AJAX Search Results Container
4 *
5 * The `id` is dynamically scoped per widget instance using $frmx_result_id,
6 * which is set in the parent Search widget's render() method to prevent
7 * conflicts when multiple instances appear on the same page.
8 *
9 * @var string $frmx_result_id Unique result container ID for this widget instance.
10 */
11 $frmx_result_id = isset( $frmx_result_id ) ? $frmx_result_id : 'bbpc-search-result';
12 ?>
13 <div
14 id="<?php echo esc_attr( $frmx_result_id ); ?>"
15 class="bbpc-search-result-container"
16 data-noresult="<?php esc_attr_e( 'No Results Found', 'forumax' ); ?>"
17 ></div>