You appear to be a bot. Output may be restricted
Description
Perform a debug backtrace before reporting the deprecationNotice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /home/cwiccer/public_html/wp-includes/functions.php on line 2712
Usage
$bool = bw_trace_deprecated_argument_trigger_error( $trigger_error );
Parameters
- $trigger_error
- ( bool ) optional default: 1 – true if we want to trigger the error
Returns
bool the value passed inSource
File name: oik-bwtrace/includes/bwtrace-actions.phpLines:
1 to 4 of 4
function bw_trace_deprecated_argument_trigger_error( $trigger_error=true ) { bw_backtrace(); return( $trigger_error ); }View on GitHub View on Trac