Browse
For agents
About
Analytify – Google Analytics Dashboard For WordPress (GA4 analytics tracking)
/
1.0.3
Analytify – Google Analytics Dashboard For WordPress (GA4 analytics tracking)
v1.0.3
Switch version
9.1.2
9.1.1
9.1.0
9.0.2
9.0.1
trunk
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.7
1.1.0
1.1.1
1.2.0
1.2.1
1.2.2
1.2.3
1.2.4
1.2.5
1.3.0
1.3.1
1.3.2
All 153 releases
Overview
Code
wp-analytify
/
inc
/
front-menus.php
front-menus.php
in Analytify – Google Analytics Dashboard For WordPress (GA4 analytics tracking) 1.0.3, at inc/front-menus.php
16 lines
358 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
section
>
2
<
select
class
=
"
cs-select cs-skin-slide
"
>
3
<
?
php
4
5
if
(
!
empty
(
$
post_analytics_settings_front
)
)
{
6
7
if
(
is_array
(
$
post_analytics_settings_front
)
)
{
8
?
>
9
<
option
value
=
"
general
"
data
-
model
=
"
#general
"
>
General
Statistics
<
/
option
>
10
<
?
php
11
}
12
}
13
14
?
>
15
<
/
select
>
16
<
/
section
>