Viewing 1 replies (of 1 total)
  • Plugin Author ramon fincken

    (@ramon-fincken)

    This is not random, but a built in security.

    WP has a function to prevent all this and it is called before replacement:

    //Is magic quotes on?
    		// https://codex.www.ads-software.com/Function_Reference/stripslashes_deep
    		if ( get_magic_quotes_gpc() ) {
    			$_POST = array_map( 'stripslashes_deep', $_POST );
    		}
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Find replace] Replace string changed randomly’ is closed to new replies.