hubwoo_get_final_workflows(); $workflows_dependencies = $hubwoo->hubwoo_workflows_dependency(); $hubwoo_workflow_desc = $hubwoo->get_workflow_description(); $automation_enabled = $hubwoo->is_automation_enabled(); $access_workflow = get_option( 'hubwoo_access_workflow', 'yes' ); $popup_display = ( 'yes' == $access_workflow ) ? 'true' : 'false'; ?>
is_workflow_dependent( $single_workflow['detail']['name'] ) ) { if ( $automation_enabled ) { $class = ''; } else { $class = 'hubwoo-disabled'; } ?>
Created