Notifications::verb_args( string $key )
Description #
Return verb arguments.
Parameters #
- $keystring (Required) Verb key.
Source #
File: addons/notifications/query.php
public function verb_args( $key ) { if ( isset( $this->verbs[ $key ] ) ) { return $this->verbs[ $key ]; } }
Expand full source code Collapse full source code View on GitHub: addons/notifications/query.php:195
Add your comment