w3tc_deferscripts_can_process
w3tc_deferscripts_can_process
Appears in: w3-total-cache.2.5.0, w3-total-cache.2.6.0, w3-total-cache.2.6.1, w3-total-cache.2.7.0, w3-total-cache.2.7.2, w3-total-cache.2.7.5, w3-total-cache.2.7.7, w3-total-cache.2.8.0, w3-total-cache.2.8.2
Hook Type: filter
Displaying hooks found in version: w3-total-cache.2.8.2apply_filters('w3tc_deferscripts_can_process') is found 1 times:
- /UserExperience_DeferScripts_Extension.php line 908687888990919293949596
'reason'
=> null,
);
$can_process
=
$this
->can_process(
$can_process
);
$can_process
= apply_filters(
'w3tc_deferscripts_can_process'
,
$can_process
);
// set reject reason in comment.
if
(
$can_process
[
'enabled'
] ) {
$reject_reason
=
''
;
}
else
{
$reject_reason
=
empty
(
$can_process
[
'reason'
] ) ?
' (not specified)'
:
' ('
.
$can_process
[
'reason'
] .
')'
;