gdrts_loop()->please_wait()
This content is intended for WordPress developers, and it may require coding knowledge of WordPress, PHP, and JavaScript. Code examples provided here may contain errors or needs some additional coding. Make sure to test the code before using it on a live website!
gdrts_loop()->please_wait($text = null, $icon = null, $class = '', $echo = true);
Description
Render the ‘Please wait’ message. All rating methods, all single block templates use this function.
Arguments
- $text: message text.
- $icon: HTML for the icon.
- $class: additional CSS class for the message.
- $echo: display or return the rendered message.