Browse
For agents
About
Filter Everything — WordPress & WooCommerce Filters
/
1.2.4
Filter Everything — WordPress & WooCommerce Filters
v1.2.4
Switch version
1.9.7
1.9.6
1.9.5
1.9.4
1.9.3
1.9.2.2
1.9.2.1
trunk
1.2.1
1.2.3
1.2.4
1.2.5
1.3.0
1.3.1
1.3.2
1.4.1
1.4.4
1.4.5
1.4.8
1.4.9
1.5.0
1.5.1
1.6.0
1.6.1
1.6.2
All 52 releases
Overview
Code
filter-everything
/
src
/
Settings
/
Tabs
/
AboutPro.php
AboutPro.php
in Filter Everything — WordPress & WooCommerce Filters 1.2.4, at src/Settings/Tabs/AboutPro.php
17 lines
279 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
4
namespace
FilterEverything
\
Filter
;
5
6
if
(
!
defined
(
'
WPINC
'
)
)
{
7
wp_die
(
)
;
8
}
9
10
class
AboutPro
extends
BaseSettings
{
11
protected
$
page
=
'
wpc-filter-about-pro
'
;
12
13
protected
$
group
=
'
wpc_filter_about_pro
'
;
14
15
protected
$
optionName
=
'
wpc_filter_about_pro
'
;
16
17
}