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
oikdf_deprecated_argument_trigger_error( $trigger_error );
Parameters
- $trigger_error
- ( mixed ) optional default: 1 –
Returns
voidSource
File name: oik-debug-filters/oik-debug-filters.phpLines:
1 to 4 of 4
function oikdf_deprecated_argument_trigger_error( $trigger_error=true ) { bw_backtrace(); return( $trigger_error ); }