| @@ -22,19 +22,14 @@ | ||
| 22 | 22 | } |
| 23 | 23 | |
| 24 | 24 | function sendwp_get_client_redirect() |
| 25 | 25 | { |
| 26 | - return get_admin_url(null, 'tools.php'); | |
| 26 | + return get_admin_url(); | |
| 27 | 27 | } |
| 28 | 28 | |
| 29 | 29 | function sendwp_get_client_secret() |
| 30 | 30 | { |
| 31 | - $secret = get_option( 'sendwp_client_secret' ); | |
| 32 | - if(!$secret) { | |
| 33 | - $secret = sendwp_generate_secret(); | |
| 34 | - sendwp_set_client_secret($secret); | |
| 35 | - } | |
| 36 | - return $secret; | |
| 31 | + return get_option( 'sendwp_client_secret' ); | |
| 37 | 32 | } |
| 38 | 33 | |
| 39 | 34 | function sendwp_set_client_secret( $secret ) |
| 40 | 35 | { |