Skip to content

Instantly share code, notes, and snippets.

@Mosharush
Mosharush / wp-change-domain.php
Last active October 22, 2017 20:35
WP - StandAlone script to change wordpress url in db - Search & Replace
<?php
if( ! empty( $_GET[ 'done' ] ) ) {
if( unlink( __FILE__ ) ) {
die( 'הקובץ נמחק והאתר שלך מוכן עם הכתובת החדשה!' );
} else {
die( 'עקב בעיית הרשאות לא ניתן למחוק את הקובץ אוטומטית, אנא מחק את הקובץ ידנית.' );
}
}