Browse: Home / Functions /

learndash_register_provider

learndash_register_provider( class-string $service_provider_class,  string $alias )

Registers a LearnDash service provider implementation.


Description #


Parameters #

$service_provider_class

(class-string) (Required) The fully-qualified Service Provider class name.

$alias

(string) (Required) A list of aliases the provider should be registered with.


Return #

(void)


Source #

File: sfwd_lms.php


Changelog #

Changelog
Version Description
4.6.0 Introduced.