# search-replace-wpcode/1.0.8/includes/wsrw.php

Search &amp; Replace Everything by WPCode – Find and Replace Media, Text, Links, and More, version 1.0.8. 15 lines.

- Page: https://pluginprobe.com/plugins/search-replace-wpcode/1.0.8/code/includes/wsrw.php
- Raw: https://pluginprobe.com/plugins/search-replace-wpcode/1.0.8/raw/includes/wsrw.php
- Modified: 2024-06-14T13:21:52+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/search-replace-wpcode/1.0.8/code/includes/wsrw.php#L10-L20`.

```php
<?php

if( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Get the main instance of WSRW.
 *
 * @return WSRW_Main
 */
function wsrw_main() {// phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid
	return WSRW_Main::instance();
}

```
