ap_notification_verbs()

Description #

Get all AnsPress notification verbs.

Changelog #

VersionDescription
unknownIntroduced.

Source #

File: addons/notifications/functions.php

function ap_notification_verbs() {
	global $ap_notification_verbs;

	if ( empty( $ap_notification_verbs ) ) {
		do_action( 'ap_notification_verbs' );
	}

	return $ap_notification_verbs;
}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment