diff --git a/includes/CapabilityController.php b/includes/CapabilityController.php index ee8d404..9a4dc61 100644 --- a/includes/CapabilityController.php +++ b/includes/CapabilityController.php @@ -68,7 +68,7 @@ public function get_capability() { * @return \WP_REST_Response|\WP_Error */ public function get_brand() { - $brand = get_option( 'mm_brand', 'false' ); + $brand = NFD_HELPCENTER_PLUGIN_BRAND; if ( ! $brand ) { return new \WP_Error( 'rest_not_found',