Browse
For agents
About
Advanced Ads – Ad Manager & AdSense
/
2.0.21
Advanced Ads – Ad Manager & AdSense
v2.0.21
Switch version
2.0.26
2.0.25
2.0.24
2.0.23
2.0.22
2.0.21
1.38.0
1.39.0
1.39.1
1.39.2
1.39.3
1.39.4
1.4.0
1.4.1
1.4.2
1.4.3
1.4.4
1.4.5
1.4.6
1.4.7
1.4.8
1.4.9
1.40.0
1.40.1
1.40.2
All 348 releases
Overview
Code
advanced-ads
/
modules
/
privacy
/
config.php
config.php
11 lines
227 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
3
//
module configuration
4
return
[
5
'
classmap
'
=>
[
6
'
Advanced_Ads_Privacy
'
=>
__DIR__
.
'
/classes/class-privacy.php
'
,
7
'
Advanced_Ads_Privacy_Admin
'
=>
__DIR__
.
'
/admin/admin.php
'
,
8
]
,
9
'
textdomain
'
=>
null
,
10
]
;
11