llms_is_ajax()

Determine is request is an ajax request


Description Description


Return Return

(bool)


Top ↑

Source Source

File: includes/llms.functions.core.php

function llms_is_ajax() {
	return ( defined( 'DOING_AJAX' ) && DOING_AJAX );
}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.1 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: