Tag Archives: Wordpress Plugin

Just a little follow up to Your Guide to Composer in WordPress as I was stumbling over while surfing (and equally short just for the log): Bryan Petty (tierra) was so kind to mirror the WordPress Source/Development branch on Github, … Continue reading

Posted on by hakre | Leave a comment

For the log: http-authentication 3.0

Posted on by hakre | Leave a comment

Admin Quicksearch v0.2 released

A smaller maintenance release of my Admin Quicksearch (WordPress Plugin) has just been committed. The 0.2 release improves the display of the quick-search-text-box and the formal quality of the source-code. Admin Quicksearch speeds up a site owners tasks on the … Continue reading

Posted in Plugin Plugout, Pressed | Tagged , , , , , , , | Leave a comment

Admin Quicksearch Released

Just some update on the Admin Quicksearch Plugin: Inital Release is out. It’s tagged as 0.1-alpha but that’s more because I’m lazy and not because it’s that unstable. It should do the job perfectly already, it’s just, well, grabbed together … Continue reading

Posted in Plugin Plugout, Pressed | Tagged , , , , , , | Leave a comment

WP Plugins: How to remove a Filter

Worth to know for wordpress plugin authors: Making your plugin to safely unregister or remove a hook (filter or action) is not possible with the wordpress plugin API. Why? you might ask yourself. Even the name of the remove_filter() function … Continue reading

Posted in Hacking The Core, Plugin Plugout, Pressed | Tagged , , , , , , , , , , , | 14 Comments

Normalize URLs 1.0 released

My latest plugin release fixes multiple core wordpress problems to handle HTTP requests properly at once: Normalize URLs. It does so by normalizing every incoming URL to a form that is to be expected by the wordpress core. That way, … Continue reading

Posted in Hakre's Tips, Plugin Plugout, Pressed | Tagged , , , , , , , , , , | 2 Comments

Plugin Portability: Basename of your Plugin

Plugins in wordpress are to be identified by their so called “plugin basename”. That is basically the filename of the plugins PHP-file if it is placed directly inside /wp-content/plugins or the subdirectory and the PHP-filename. This basename is important to … Continue reading

Posted in Plugin Plugout, Pressed | Tagged , , , , , , , , , , | 5 Comments

Better HTTP Redirects 1.0 released

I just have released a new wordpress plugin called Better HTTP redirects. Well I know the name is not very creative and having “better” in a title does not make it even better. The plugin aims to add more HTTP … Continue reading

Posted in Plugin Plugout, Pressed | Tagged , , , , , , , | Leave a comment

Prevent XSS on your wordpress Blog with CSP

CSP – short for Content Security Policy – is a Mozilla driven specification to reduce or eliminate a site’s XSS attack surface. In Ticket #10237 Denis De Bernardy suggested to implement the new Mozilla feature to prevent XSS. That was … Continue reading

Posted in Hacking The Core, Hakre's Tips, Patched, Plugin Plugout | Tagged , , , , , , , , , , , , , | 1 Comment

Enhancing Feeds: Power of the Atom

There still is the 2+ years broken RSS 0.92 feed in wordpress (per default ?!). Otto to the rescue: Atom Default Feed. The plugin changes the default feed output to Atom format. Via: #4967

Posted in Enhancing Feeds, Plugin Plugout | Tagged , , , , , , , , , | Leave a comment

Must-Use Plugins and Drop-Ins

Just two simple questions: What are must-use (mu) plugins and what are drop-ins? I’ll answer both right away: Must Use Plugins The MU or Must-Use Plugins is a principle that has moved from WordPress MU into WordPress core long before … Continue reading

Posted in Hacking The Core, Hakre's Tips, Plugin Plugout | Tagged , , , , , , , , , , , , , | 11 Comments

Enhancing Feeds: PuSH it to the max

It’s time for enhancing feeds again. This time you can give your feeds the little extra push they deserve. wordpress just integrated with PubSubHubhub (smoking too much weed over there in the dev department? you might ask yourself, but read … Continue reading

Posted in Enhancing Feeds, Plugin Plugout | Tagged , , , , , , , , , , , | Leave a comment