You appear to be a bot. Output may be restricted
Description
Implement "deprecated_constructor_run" action for oik-bwtrace
Usage
bw_trace_deprecated_constructor_run( $class, $version );
Parameters
- $class
- ( string ) optional – class name
- $version
- ( string ) optional – version
Returns
voidSource
File name: oik-bwtrace/includes/bwtrace-actions.phpLines:
1 to 4 of 4
function bw_trace_deprecated_constructor_run( $class=null, $version=null ) { bw_trace2( null, null, true, BW_TRACE_ERROR ); bw_backtrace(); }View on GitHub View on Trac