llms_is_ajax()
Determine is request is an ajax request
Return Return
(bool)
Source Source
File: includes/llms.functions.core.php
*/
function llms_is_ajax() {
return wp_doing_ajax();
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 4.0.0 | Use WP core wp_doing_ajax(). |
| 3.0.1 | Introduced. |