WordPress Final Output Filter – part 2 – Create your own WP Filter Hook
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