Tag: plugins

  • WordPress: add_filter or add_action? It actually doesn’t matter!

    It’s a doctrine of WordPress plugin development: Use actions to expand the functionality and filters to change information. We’ve all heard it, we always follow that demand. Always? Well… … if I want to add some functionality and nowhere near or far there is an action hook in the core but only a filter hook,…

  • WordPress – You’ve got updates!

    On March, 11th an update of the popular plugin “WordPress SEO” was published because the previous version contains serious security vulnerabilities (CSRF and blind SQL injection). During the day some people noted that Yoast didn’t use all possible channels to call attention to the situation. I personally couldn’t understand the problem because I already had…

  • New version of Linklist (v0.4) WordPress plugin

    A user of my WordPress plugin Linklist wanted to use it in conjunction with a Like/Unlike plugin. Unfortunately Linklist also listed the like/unlike links of the plugin and put the list behind the Like icon: This is not the way it’s supposed to be. So I added two more options: You can define several class…

  • New ideas for pagebar v3 – Part 2: Customization by Drag’n Drop

    New ideas for pagebar v3 – Part 2: Customization by Drag’n Drop

    Though pagebar is quite customizable you can’t define the overall look. “Previous page” is always on the most left, followed by “First” and so on but maybe you want the elements in a different order. I’m not aware that any of the paging plugins provide this feature, pagebar hopefully will do so in the next…