wp.media – drag&drop overlay stuck
wp.media – drag&drop overlay stuck
wp.media – drag&drop overlay stuck
Having SSL enabled on admin, but disabled on post preview and live preview?
Get rendered HTML of Page in Admin Area
Wp-admin loguts me. When sign with Wp_singon
CSRF attack to create USER
It is usually either safe and secure or user friendly, very hard to have them both. In this case what you ask means that PHP can write to wordpress folders which means that any bug in a plugin or theme might be escalated to a full control of your site. If you still prefer to … Read more
Remove menu item dashboard for a unique user
There isn’t a WordPress core function to check if we are in the login or register page, but we can create one using the $pagenow global as mentioned in this answer. function is_login_page() { return in_array( $GLOBALS[‘pagenow’], array( ‘wp-login.php’, ‘wp-register.php’ ) ); } Then we can use this function in a Guard Clause, which, is … Read more
Tried to delete your cookies? Any chances you recently changed your site’s domain (e.g. its www pref…)? disabled all the plugins Piggybacking on Denis’s comment about the site’s domain having changed…. if you can get access to the database (ie. if your host has phpmyadmin on its control panel) check the ‘siteurl’ option in the … Read more
how to set not to be logined in wp-admin except administrator?