| Current Path : /var/www/html/portal.sumar.com.py/wp-content/plugins/userswp/templates/bootstrap/ |
| Current File : /var/www/html/portal.sumar.com.py/wp-content/plugins/userswp/templates/bootstrap/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' )
));