llms_is_ajax()

Determine is request is an ajax request


Return Return

(bool)


Top ↑

Source Source

File: includes/llms.functions.core.php

 */
function llms_is_ajax() {
	return wp_doing_ajax();


Top ↑

Changelog Changelog

Changelog
Version Description
4.0.0 Use WP core wp_doing_ajax().
3.0.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.