-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Line 21 in a637c03
add_action( 'tgmpa_register', 'basic_bmlt_register_required_plugins' ); |
here you are adding an action tgmpa_register
and then calling a function basic_bmlt_register_required_plugins
however this function doesn't exits. Im guessing after that line you would want to wrap the TGM plugin and config section in that function like so
function basic_bmlt_register_required_plugins() {
//TGM plugin configuration and such, code here
}
Metadata
Metadata
Assignees
Labels
No labels