/
var
/
www
/
barefootlaw.org
/
wp-content
/
plugins
/
wp-migrate-db
/
class
/
Common
/
Replace
/
Upload File
HOME
<?php namespace DeliciousBrains\WPMDB\Common\Replace; /** * Interface ReplacePairInterface * * @package DeliciousBrains\WPMDB\Common\Replace */ interface ReplacePairInterface { public function apply($subject); }