$module_type, 'count_only' => true, ); $total_modules = Hustle_Module_Collection::instance()->get_all( null, $collection_args ); // If we have less than 3 modules of this type, can create another one. if ( $total_modules >= 3 ) { return true; } else { return false; } } }