Browse
For agents
About
Page & Post Notes
/
1.3.2
Page & Post Notes
v1.3.2
Switch version
trunk
1.0.0
1.1.0
1.1.1
1.1.2
1.1.3
1.1.4
1.1.5
1.1.6
1.1.7
1.2.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
Overview
Code
page-post-notes
/
include
/
settings.php
settings.php
in Page & Post Notes 1.3.2, at include/settings.php
7 lines
143 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
$
table_name
=
$
wpdb
->
prefix
.
"
yydev_notes
"
;
6
7
?
>