MCPcopy Create free account
hub / github.com/error311/FileRise / fr_pro_api_level_at_least

Function fr_pro_api_level_at_least

config/config.php:796–800  ·  view source on GitHub ↗
(int $required)

Source from the content-addressed store, hash-verified

794}
795if (!function_exists('fr_pro_api_level_at_least')) {
796 function fr_pro_api_level_at_least(int $required): bool
797 {
798 $current = defined('FR_PRO_API_LEVEL') ? (int)FR_PRO_API_LEVEL : 0;
799 return $current >= $required;
800 }
801}
802
803$proBootstrap = FR_PRO_BUNDLE_DIR . '/bootstrap_pro.php';

Callers 4

fr_pro_require_activeFunction · 0.85
buildPublicSubsetMethod · 0.85
getConfigMethod · 0.85
proSourcesAvailableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected