is_automator_pro_license_valid()
Check if pro license is valid
Return Return
(bool)
Source Source
File: src/global-functions.php
function is_automator_pro_license_valid() { if ( 'pro' === \Uncanny_Automator\Api_Server::get_license_type() ) { return true; } return false; }
Expand full source code Collapse full source code View on Github