Tom McFarlin

Results 29 comments of Tom McFarlin

Got it - I know this plugin has been slow in development, but it's not abandoned. I'm planning to work through the issue backlog, refactor some of the code (it's...

When the time is ready, I'm all for it -- but I'm in mid-development right now :).

Noted -- once I get a chance to revisit this plugin and plan how I want to promote, release, and maintain it, hooking it up to the Updater is definitely...

This has been tested and verified; however, if a function call exists in your title and includes a variable such as `call_this( $variable );` the result will be `call_this( $Variable...

Great idea. Assigning this to the next milestone.

> Would not it be ideal to include a first step (in the method of conversion of titles) simply leaves it entirely in lowercase? Could you please clarify what you're...

@sheabunge This was the _initial_ way the plugin worked, but some of the people who I showed it to in a pre-release weren't fans of that because if they ever...

That was an omission; however, this is something that should definitely be put into place. I'll look to resolve this when I have a chance. Thanks!

All hooks are added by `$loader->add_action( ... )` and `$loader->add_filter( ... );` The reason all of this is abstracted into its own class is primarily because it introduces a separation...

@danielpataki right now, there's no way to remove actions using the loader class. The idea behind it is to setup hooks for your plugin (though it _should_ offer `remove_action` functionality...