convissor / login-security-solution

Development of the login-security-solution WordPress plugin happens here.
33 stars 21 forks source link

activation optimization #44

Closed cfoellmann closed 6 years ago

cfoellmann commented 10 years ago

this part https://github.com/convissor/login-security-solution/blob/master/admin.php#L177-L184 could be replaced by:

update_site_option();
add_site_option();

Right?