mycred_setup_banking

Description

This filter allows you to add custom banking services or remove built-in ones. Banking services are loaded just like hooks, meaning that you will need to provide the class or function name that loads the service for the add-on to load the service once enabled by the user.

Available since version 1.2

Parameters

Param Type Required Description
$services array Yes

An associated array of installed services.

Used By

Package Prio. Description
mycred/banking 10 Used by the myCRED_Banking_Module class.

Examples

Example 1: Add a custom banking service.