wordads_iponweb_sidebar_sticky_right_ad_disable
wordads_iponweb_sidebar_sticky_right_ad_disable
Hook Type: filter
See hook in action
Displaying hooks found in version: jetpack.14.5apply_filters('wordads_iponweb_sidebar_sticky_right_ad_disable') is found 1 times:
- /modules/wordads/class-wordads.php line 385381382383384385386387388389390391
if
( apply_filters(
'wordads_iponweb_bottom_sticky_ad_disable'
, false ) ) {
$disabled_slot_formats
[] =
'MTS'
;
}
if
( apply_filters(
'wordads_iponweb_sidebar_sticky_right_ad_disable'
, false ) ) {
$disabled_slot_formats
[] =
'DPR'
;
}
$config
=
array
(
'pt'
=>
$pagetype
,
'ht'
=>
$hosting_type
,