Browse
For agents
About
Search & Replace Everything by WPCode – Find and Replace Media, Text, Links, and More
/
1.0.8
Search & Replace Everything by WPCode – Find and Replace Media, Text, Links, and More
v1.0.8
Switch version
trunk
1.0.0
1.0.1
1.0.10
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.7
1.0.8
1.0.9
Overview
Code
search-replace-wpcode
/
includes
/
wsrw.php
wsrw.php
in Search & Replace Everything by WPCode – Find and Replace Media, Text, Links, and More 1.0.8, at includes/wsrw.php
15 lines
251 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
if
(
!
defined
(
'
ABSPATH
'
)
)
{
4
exit
;
5
}
6
7
/**
8
* Get the main instance of WSRW.
9
*
10
*
@return
WSRW_Main
11
*/
12
function
wsrw_main
(
)
{
//
phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid
13
return
WSRW_Main
::
instance
(
)
;
14
}
15