FileMaster
Search
Toggle Dark Mode
Home
/
.
/
kiara
/
wp-content
/
plugins
/
userswp
/
templates
Edit File: no-users-found.php
<?php /** * Displayed when no users are found matching the current query. */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } echo aui()->alert(array( // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped 'type'=> 'info', 'content'=> esc_html__( "No users were found matching your selection.", 'userswp' ) ));
Save
Back