Get full URL of WP plugin admin page
$parts = parse_url( admin_url() ); $url = “{$parts[‘scheme’]}://{$parts[‘host’]}” . add_query_arg( NULL, NULL );
$parts = parse_url( admin_url() ); $url = “{$parts[‘scheme’]}://{$parts[‘host’]}” . add_query_arg( NULL, NULL );
Change the customer’s name to a link on an order management page
Hook into form handle from admin users table
Ok, so we figured it. If you are using g suite – it requires SMTP plugin. We used the free one called WP MAIL SMTP and then contacted g suite support to configure it but this article gives a good answer to it as well: https://www.siteground.com/tutorials/wordpress/use-smtp/
That should not effect wp-admin, I have never seen that happen before. Are you sure both your site url and homepage url’s are set to https:// If you really want to change them to see if that is the issue, you could edit them in the following files: (there are multiple mentions of that url … Read more
admin-ajax and external service interaction
Regular users logs in as ADMIN if Admin logged in recently
You could rename the plugins folder (in wp-content), but since you have no FTP access, that is harder. If you have File Manager access via your hosting cPanel, use that to rename the folder. But no bypass of a login via a GET/POST – that would be a serious security problem. Most likely, a plugin … Read more
Edit “Not Available” Page
How to work with a custom theme that someone else created before me? (details below)