Skip to content

Commit eecbafd

Browse files
committed
Add Backlink Option to Factory Reset
1 parent 7f22062 commit eecbafd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tootpress_database.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ function tootpress_restore_factory_settings() {
116116
update_option('tootpress_mastodon_instance',"");
117117
update_option('tootpress_mastodon_oauth_access_token',"");
118118
update_option('tootpress_mastodon_account_id',"");
119+
update_option('tootpress_mastodon_account_name',"");
119120
update_option('tootpress_mastodon_amount_of_requests',"0");
120121
update_option('tootpress_latest_toot',"");
121122
update_option('tootpress_oldest_toot',"");
@@ -128,6 +129,7 @@ function tootpress_restore_factory_settings() {
128129
update_option('tootpress_amount_toots_page',"50");
129130
update_option('tootpress_navigation',"standard");
130131
update_option('tootpress_css',"1");
132+
update_option('tootpress_backlink','0');
131133
update_option('tootpress_developer',"0");
132134

133135
global $wpdb;

0 commit comments

Comments
 (0)