You appear to be a bot. Output may be restricted
Description
Implement "deprecated_argument_run" action for oik-bwtrace
Usage
bw_trace_deprecated_argument_run( $function, $message, $version );
Parameters
- $function
- ( string ) optional – The function that was called
- $message
- ( string ) optional – A message regarding the change
- $version
- ( string ) optional – The version of WordPress that deprecated the argument used
Returns
voidSource
File name: oik-bwtrace/includes/bwtrace-actions.phpLines:
1 to 4 of 4
function bw_trace_deprecated_argument_run( $function=null, $message=null, $version=null) { bw_trace2( null, null, true, BW_TRACE_ERROR ); bw_backtrace(); }View on GitHub View on Trac