Warning: Array to string conversion in /home/customer/www/docs.automatorplugin.com/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 825
Automator_Helpers_Recipe::is_ajax()
Return Return
(bool)
Source Source
File: src/core/lib/helpers/class-automator-recipe-helpers.php
public function is_ajax() { return function_exists( 'wp_doing_ajax' ) ? wp_doing_ajax() : defined( 'DOING_AJAX' ); }
Expand full source code Collapse full source code View on Github