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