Notifications::verb_args( string $key )

Description #

Return verb arguments.

Parameters #

  • $key
    string (Required) Verb key.

Source #

File: addons/notifications/query.php

	public function verb_args( $key ) {
		if ( isset( $this->verbs[ $key ] ) ) {
			return $this->verbs[ $key ];
		}
	}

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