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_automator_ajax()
Return Return
(bool)
Source Source
File: src/core/lib/helpers/class-automator-recipe-helpers.php
public function is_automator_ajax() { if ( ! $this->is_ajax() && ! $this->is_rest() ) { return false; } return true; }
Expand full source code Collapse full source code View on Github