You appear to be a bot. Output may be restricted
Description
Handle a link to an "internal" PHP functionThis includes T_xxx values we don't yet cater for
Usage
oikai_handle_reference_type_internal( $api, $reference_type );
Parameters
- $api
- ( mixed ) required –
- $reference_type
- ( mixed ) required –
Returns
voidSource
File name: oik-shortcodes/shortcodes/oik-api.phpLines:
1 to 4 of 4
function oikai_handle_reference_type_internal( $api, $reference_type ) { e( oikai_link_to_php( $api )); e( "()" ); }View on GitHub