Require a Password to Submit Gravity Form
I am using gravity forms for a user registration process on a client's site and it occurred to me they may want to limit who is eligible to submit a…
I am using gravity forms for a user registration process on a client's site and it occurred to me they may want to limit who is eligible to submit a…
This will return a list of specific pages in the same manner as posts are usually returned. <?php $args = array( 'post_type' => 'page', 'post__in' => array( pagdeid1,pageid2,pageid3),…
To remove old user roles in WordPress you simply need to execute the following code in functions.php once. You can delete the code after running it and reloading a page…
OceanWP comes with a nice built in page heading area but when adding custom post types it is hard to manage how the headings are displayed. In some cases you…
If your Let's Encrypt SSL certificate is not renewing automatically on Cloudways it could be easily fixed with a small snippet of code inserted into your .htaccess file. When this…
Recently a client decided they wanted to delete a massive amount of products in a specific WooCommerce category and then re-upload them. This meant that we had to remove over…
Before executing these commands make sure you are in the public_html folder of the application you want to make changes to. Delete a Folder or File Delete/Remove a Folder: rm…