Refactoring

This commit is contained in:
thanghv 2020-05-05 00:56:15 +07:00
parent cb163b9e2b
commit 159205b55d
11 changed files with 31 additions and 31 deletions

View file

@ -654,7 +654,7 @@ class MainWP_Keyword_Links {
if ( get_option( 'mainwp_kwl_enable_statistic' ) ) {
$this->add_statistic( $link_id, $_SERVER['REMOTE_ADDR'], $_SERVER['HTTP_REFERER'] );
}
wp_redirect( $destination_url );
wp_safe_redirect( $destination_url );
die();
}
}