mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-16 21:23:39 +09:00
Add Stripe API method and GPLv3 license metadata
Introduced a new `UM_Stripe_API` method in the `UM` class to extend functionality. Also added license metadata (GPLv3) and its URI in the plugin headers for better clarity and compliance.
This commit is contained in:
@@ -42,6 +42,7 @@ if ( ! class_exists( 'UM' ) ) {
|
||||
* @method UM_Profile_Tabs Profile_Tabs()
|
||||
* @method UM_JobBoardWP JobBoardWP()
|
||||
* @method UM_Zapier Zapier()
|
||||
* @method UM_Stripe_API Stripe_API()
|
||||
* @method UM_Google_Authenticator Google_Authenticator()
|
||||
*/
|
||||
final class UM extends UM_Functions {
|
||||
|
||||
Reference in New Issue
Block a user