AnsPress_Notification_Query::verb_args( string $key )
Description #
Return verb arguments.
Parameters #
- $keystring (Required) Verb key.
Source #
File: addons/free/notification/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/free/notification/query.php:197
Add your comment