Email Encoder Bundle Plugin – Protect Email Address Sticky
Encode mailto links, email addresses, phone numbers and any text to hide them from (spam)bots. Mailto links will be protected automatically.
Encode mailto links, email addresses, phone numbers and any text to hide them from (spam)bots. Mailto links will be protected automatically.
In this tutorial I will show you an alternative way to add functionality to action and filter hooks by using PHP closures, also called anonymous functions. Normal way with global function Normally we have to create a global function, for example “demo_plugin_show_notice”. Then we add this function to an action, in this case “admin_notices”. When
In this tutorial we are going to make a very simple basic WordPress plugin. To do so we have to go to our WP installation folder, to the folder “wp-content”. Underneath to the folder “plugins” and within this folder we are going to make our plugin folder, which in this case is called “some-basic-plugin”. Underneath
Test your WordPress knowledge and fill in this quiz.
Test your WordPress knowledge and fill in this quiz.
WPRun simplifies WordPress development in OOP with just ONE simple base class! Why WPRun? Simplify creating your own WP components. WPRun provides a simple base class that makes it easy to develop in WordPress with OOP, like: adding action and filter methods setting callback methods using templates Extending WPRun will help you to structure your
Open external links in a new tab / window, add “nofollow”, “noopener” and font icons, SEO and more. Also for internal links. Configure settings for all internal and external links on your site. === NEW: Version 2 === WPEL plugin was completely rebuilt and has lots of new features, like “noopener”, font icons, internal links
Hello, welcome to this introduction of the WP Mailto Links Plugin. With this plugin you can protect all email addresses and email links on your website. Why do you need to protect them? Well there are lots of spambots scanning the internet looking for email addresses. They collect them and use them for spamming purpuses.
WordPress contains certain filter hooks for filtering the content, like post title, post content, text widgets etcetera, but it doesn’t contain a hook for filtering the whole page. And sometimes it can be useful to have such a filter. In this tutorial I will show you how. First I will show you just how to
So we have created a way to manipulate the content of the whole page before it’s sent to the browser. Now we will create our custom WP filter, to have a more generic solution, that can be used by other plugins and themes as well. We can create a custom filter hook by using the
WordPress contains certain filter hooks for filtering the content, like post title, post content, text widgets etcetera, but it doesn’t contain a hook for filtering the whole page. And sometimes it can be useful to have such a filter. In this tutorial I will show you how. First I will show you just how to