WordPress plugin specialist
It wasn’t on my list ( ) but at the end of June, just before the #wcukretreat I started mapping out some ideas for dynamically generating CSS class definitions for block widths and heights. I’ve developed my first prototype of the code, as a new plugin called . I decided to test it on this […]
Published:
Last updated:
August 18, 2014After updating a site to 3.6 and the latest versions of plugins that it used we noticed some strange results. I decided to create a local copy from the pre-update backup and try the process again. Unfortunately, I had difficulty getting the local install working since I kept getting This is a brief explanation of […]
Published:
Last updated:
May 17, 2019After a discussion with Paul Gibbs at #wcukretreat about Internationalization (i18n) and Localization (l10n) of my plugins – he was reviewing my code for the plugin – I decided to bite the bullet and see what I needed to do for the oik suite of plugins. Here are the results of the first part of […]
Published:
Last updated:
August 18, 2014When I was developing my plugin recently I once again suffered from strange results due to wpautop() filter function processing of the “the_content” filter. Since the wpautop() filter function normally runs BEFORE shortcode expansion I was getting unwanted <p>’s, </p>’s, and <br />’s generated in the CSS content. …So my internal CSS styling was not […]
Published:
Last updated:
May 14, 2015