Viewing 1 replies (of 1 total)
  • Plugin Author mrwweb

    (@mrwweb)

    Hi @aliferis,

    Thanks for trying out the plugin. I should be honest up front that this plugin was only a proof-of-concept and is not being actively developed or supported. If it’s working for you, that’s really awesome (it makes me feel really good!), but I can’t promise development in the future.

    For what you want, I probably would just use a little JS to toggle edit mode after the plugin runs.

    This is totally untested, but you’d do something like this:

    jQuery(document).ready(function ($){
        $('#wp-admin-bar-wpia-toggle-edit-mode a').click();
    });

    So long as that runs after the plugins JS, that should turn edit mode on.

Viewing 1 replies (of 1 total)

The topic ‘Toggle edit mode’ is closed to new replies.