Block Pinterest From Pinning Your Images in WordPress This WordPress function, "no_images_pinning," effectively blocks Pinterest from pinning your images by adding a custom meta tag to the website's head section.
Introduction to WooCommerce In today's digital age, the world of e-commerce has experienced exponential growth, with more and more businesses shifting their operations online. Setting up an online store has become a crucial step for businesses looking to expand their reach and tap into a global customer base. To facilitate this
Add an SSL Trust Seal on Easy Digital Downloads Checkout Adding an SSL trust seal can increase trust from someone wanting to purchase from you and therefore increase the likelihood of them completing the order.
Minimum Required PHP Version for Plugins WordPress has introduced a way for developers to set a minimum required PHP version for their plugins. If you are a WordPress plugin developer and want to set a minimum required PHP version for your WordPress plugin, simply add Requires PHP: to your WordPress plugin's readme.txt file.
Redirect User After Login in WordPress The following is a code snippet that allows you to redirect users to a custom page after they login to your WordPress site.
Allow SVG through WordPress Media Uploader Add the following to your theme’s functions.php file to allow .svg files to be uploaded through the WordPress media uploader:
Create a List of IP Addresses Attacking Your WordPress Login These are the steps I use to create a list of IP addresses that are trying to login to my WordPress installations that did not have permission to do so. The following steps assumes that only you (or certain IP addresses) have access to your WordPress login, wp-login.php.