Automatically Enable English
-
Is this code snippet still supposed to work with the plugin?
/** Enable the plugin automatically for admin users */ if(current_user_can('manage_options')) { global $english_wordpress_admin_plugin; $english_wordpress_admin_plugin->set_cookie(1); add_filter('english_wordpress_admin_show_admin_bar', '__return_false'); }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Automatically Enable English’ is closed to new replies.