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
Admin_Menu::is_pro_older_than_38()
is_pro_older_than_37
Contents
Description Description
Returns false if Automator Pro is enabled and older than 3.8
Return Return
(void)
Source Source
File: src/core/admin/class-admin-menu.php
public function is_pro_older_than_38() { if ( defined( 'AUTOMATOR_PRO_PLUGIN_VERSION' ) ) { return version_compare( AUTOMATOR_PRO_PLUGIN_VERSION, '3.8', '<' ); } return false; }
Expand full source code Collapse full source code View on Github