Description
Handle a T_VARIABLEWe need to be able to cater for add_action( "action", array( $this, "action_hook" ) ); Determining the function to link to as $this::action_hook where $this is expected to be the class name of the calling function
Usage
oikai_handle_token_T_VARIABLE( $key, $token, $tokens );Parameters
- $key
- ( mixed ) required –
- $token
- ( mixed ) required –
- $tokens
- ( mixed ) required –
Returns
voidSource
File name: oik-shortcodes/shortcodes/oik-api-importer.phpLines:
1 to 5 of 5
function oikai_handle_token_T_VARIABLE( $key, $token, $tokens ) { //e( $value ); bw_context( "variable", $token[1] ); oikai_dummy_TCES( $key, $token, $tokens ); }View on GitHub
Called by
Invoked by
Calls
1 to 2 of 2
