You appear to be a bot. Output may be restricted
Description
Handle a T_DOC_COMMENT When we see a T_DOC_COMMENT in a function then this is expected to precede the first call to do_action() or apply_filters() and contains the definition of the action or filter.
This information is added to the registration of the hook Note: We ignore T_COMMENTs
Usage
oikai_handle_token_T_DOC_COMMENT( $key, $token, $tokens );
Parameters
- $key
- ( mixed ) required –
- $token
- ( mixed ) required –
- $tokens
- ( mixed ) required –
Returns
void
Source
File name: oik-shortcodes/shortcodes/oik-api-importer.php
Lines:
1 to 3 of 3
function oikai_handle_token_T_DOC_COMMENT( $key, $token, $tokens ) { bw_context( "docblock", $token[1] ); }