llms_is_ajax()
Determine is request is an ajax request
Description Description
Return Return
(bool)
Source Source
File: includes/llms.functions.core.php
function llms_is_ajax() { return ( defined( 'DOING_AJAX' ) && DOING_AJAX ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.1 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: