ermWP
Forum Replies Created
-
@champsupertramp @jerrystewart99
We are having this issue also. The role does not change if we try to change it via the profile edit form.Did you ever find a solution?
- This reply was modified 4 years, 7 months ago by ermWP.
Thank you for the reply. Will that make it a UM custom role? I know how to make a WP role. How do I programmatically make a custom UM role?
Forum: Developing with WordPress
In reply to: wp cron is not running my functionI have this same issue. I have disabled the wp-cron via the wp-config.php file. My cron job on my server calls the wp-cron.php, but none of my hooks are called.
EDIT:
My hooks are called, but “echo” statements and things sent to “php://output” are not seen on the screen when wp-cron.php is called manually via the browser nor are they sent to the log. I had to set up an SMS integration to verify that wp-cron.php was indeed executing the hooks.- This reply was modified 5 years, 2 months ago by ermWP.
Forum: Plugins
In reply to: [Download Monitor] DM and parent_postSo if I do a query for a post, what would I look for with code to know that that post had a DM inserted into it?
Forum: Installing WordPress
In reply to: Grant optionWhen one sets up the database for a wordpress website, one has to set up a database user for the database. A database user is given various permissions. One of those permissions is GRANT. I would like to know if “Grant” is really necessary and if so what does it allow WP to do?
Forum: Installing WordPress
In reply to: Grant optionWhen one sets up the database for a wordpress website, one has to set up a database user for the database. A database user is given various permissions. One of those permissions is GRANT. I would like to know if “Grant” is really necessary and if so what do it allow WP to do?