Cant access wp-admin
Cant access wp-admin
Cant access wp-admin
I have a plugin called “WPS hide login” which changes the name of the login page. Could that be the problem? Deactivate this plugin before you do anything else. It’s unlikely that the issue is with htaccess, especially if you deleted it and nothing changed. You might need to look if there is another htaccess … Read more
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function
I managed to solve this. Reason was that: The data about user roles, that’s set by default in a WordPress installation was completely missing in the db table wp_options under the wp_user_roles row. In my case it was this a:3:{s:14:”backwpup_admin”;a:2:{s:4:”name”;s:14:”BackWPup Admin”;s:12:”capabilities”;a:12:{s:4:”read”;b:1;s:8:”backwpup”;b:1;s:13:”backwpup_jobs”;b:1;s:18:”backwpup_jobs_edit”;b:1;s:19:”backwpup_jobs_start”;b:1;s:16:”backwpup_backups”;b:1;s:25:”backwpup_backups_download”;b:1;s:23:”backwpup_backups_delete”;b:1;s:13:”backwpup_logs”;b:1;s:20:”backwpup_logs_delete”;b:1;s:17:”backwpup_settings”;b:1;s:16:”backwpup_restore”;b:1;}}s:14:”backwpup_check”;a:2:{s:4:”name”;s:21:”BackWPup jobs checker”;s:12:”capabilities”;a:12:{s:4:”read”;b:1;s:8:”backwpup”;b:1;s:13:”backwpup_jobs”;b:1;s:18:”backwpup_jobs_edit”;b:0;s:19:”backwpup_jobs_start”;b:0;s:16:”backwpup_backups”;b:1;s:25:”backwpup_backups_download”;b:0;s:23:”backwpup_backups_delete”;b:0;s:13:”backwpup_logs”;b:1;s:20:”backwpup_logs_delete”;b:0;s:17:”backwpup_settings”;b:0;s:16:”backwpup_restore”;b:0;}}s:15:”backwpup_helper”;a:2:{s:4:”name”;s:23:”BackWPup jobs functions”;s:12:”capabilities”;a:12:{s:4:”read”;b:1;s:8:”backwpup”;b:1;s:13:”backwpup_jobs”;b:1;s:18:”backwpup_jobs_edit”;b:0;s:19:”backwpup_jobs_start”;b:1;s:16:”backwpup_backups”;b:1;s:25:”backwpup_backups_download”;b:1;s:23:”backwpup_backups_delete”;b:1;s:13:”backwpup_logs”;b:1;s:20:”backwpup_logs_delete”;b:1;s:17:”backwpup_settings”;b:0;s:16:”backwpup_restore”;b:0;}}} Whereas it should have Administrator at least somewhere. And this … Read more
Is it possible to give a classname to specific comments in the WordPress admin?
How to optimize the opening speed of admin panel?
How can we get this dynamically as this folder may not be by the same name always → wp-admin
You need to store the notice in the database so that on page reload the notifiation can be displayed. There are many ways to store the notice in database (I use the Persist Admin Notices template for my plugins), but for the sake of this demonstration I will use a simple time-limited transient, add_action( ‘publish_vereine’, … Read more
How to remove empty menu space when creating admin page without menu title using add_submenu_page
WP Admin Dropdown List Filter for custom (ACF) field on custom post type(s)