PluginProbe
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
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
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
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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