v1.2.0
This commit is contained in:
parent
e80820f416
commit
0e617fa428
12 changed files with 286 additions and 259 deletions
|
|
@ -348,6 +348,7 @@ class Robotstxt_Manager_Settings {
|
|||
}
|
||||
|
||||
delete_transient( 'robotstxt_manager_catalog' );
|
||||
delete_transient( 'robotstxt_manager_subscriptions' );
|
||||
|
||||
return Robotstxt_Manager_Encryption::encrypt( $plain );
|
||||
}
|
||||
|
|
@ -406,6 +407,7 @@ class Robotstxt_Manager_Settings {
|
|||
|
||||
delete_option( 'robotstxt_manager_api_key' );
|
||||
delete_transient( 'robotstxt_manager_catalog' );
|
||||
delete_transient( 'robotstxt_manager_subscriptions' );
|
||||
|
||||
wp_send_json_success(
|
||||
array(
|
||||
|
|
|
|||
Loading…
Reference in a new issue