Browse
For agents
About
Phone Button
/
2.0.0
Phone Button
v2.0.0
Switch version
trunk
1.0.0
1.0.1
1.0.3
1.1.0
1.1.1
2.0.0
2.1.0
2.1.1
2.1.2
Overview
Code
phone-button
/
include
/
settings.php
settings.php
in Phone Button 2.0.0, at include/settings.php
6 lines
135 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
if
(
!
defined
(
'
ABSPATH
'
)
)
exit
;
//
Exit if accessed directly
?
>
2
<
?
php
3
4
global
$
wpdb
;
5
$
wp_options_name
=
"
yydev_phone_btn
"
;
6
?
>