Tribe__Tickets_Plus__Commerce__Loader::maybe_nagit()
Allows us to add only one action to the admin_notices
Return
(void)
Source
File: src/Tribe/Commerce/Loader.php
public function maybe_nagit() {
if ( ! is_array( $this->nag_data ) ) {
return;
}
foreach ( $this->nag_data as $plugin => $data ) {
call_user_func_array( array( $this, 'nag' ), $data );
}
}