• Hello,

    I just wrote a plugin that allows you to insert arbitrary PHP code for any hook action or hook filter currently in WP (2.6 documented). I copied the list of filters and actions from the codex so when you create a “trigger” you don’t have to go look up what you want to know, it has it on the page, action/filter name and description.

    This plugin will allow you to do the same thing you could do if you created a plugin file, added a function to an action or filter, and then installed the plugin. Only it will do it without you having to go to that trouble.

    Does anyone want to test it out? I haven’t released it yet and have only played with it on a test WP install, but it seems to work perfect.

    If interested email me at kris at krisbailey.com

Viewing 1 replies (of 1 total)
  • Thread Starter xavic

    (@xavic)

    UPDATED: see it here https://www.krisbailey.com/wp-plugins/xdtriggers

    I cleaned it up some and made it work with 2.7.

    Planned features:
    – check code for parse errors and deactive trigger when found
    – add link to “download as plugin” for any trigger that will create a standalone plugin file that does the same thing as the trigger.
    – add contributed triggers repo with api + access through xdtriggers plugin so you can browse triggers other people contributed and one click install them.

    I would love suggestions from people on this, feedback is great ??

Viewing 1 replies (of 1 total)
  • The topic ‘Beta triggers plugin. Anyone want to test it?’ is closed to new replies.