As you know, debug_backtrace() function has a large output.
I need to pass it in my filter.
$meta = apply_filters( 'filtername' , $meta , debug_backtrace() );
Does this have a big impact on site performance?
As you know, debug_backtrace() function has a large output.
I need to pass it in my filter.
$meta = apply_filters( 'filtername' , $meta , debug_backtrace() );
Does this have a big impact on site performance?