mirror of
https://github.com/mainwp/mainwp-child.git
synced 2025-09-05 09:19:53 +08:00
Refactoring
This commit is contained in:
parent
cb163b9e2b
commit
159205b55d
11 changed files with 31 additions and 31 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue