Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Remove "add shortcode" from above editor + documentation #6982
    bort
    Member

    for documentation purposes:

    the action that registers the button can be removed with

    
    remove_action( 'media_buttons', array( 'piklist_shortcode', 'media_buttons' ), 100 );
    

    e.g. in your themes function.php file

    this is true for me on piklist 0.9.9.9, the add_action statement can be found on the initialisation of Piklist_Shortcode Class, so if something changes one could look up the (possibly) changed naming to call the remove_acion

Viewing 1 post (of 1 total)