• Resolved Scott Paterson

    (@scottpaterson)


    Hi,

    I am a developer and some of my plugins use something like this to add a button above the standard WP editor:

    
    add_action('media_buttons', 'add_my_media_button', 15);
    

    I am not seeing these buttons showing as ‘blocks’ in the Gutenberg editor. I found this Github question (https://github.com/WordPress/gutenberg/issues/794) about it, and that has been closed, but this still seems to be an issue.

    My question is, will this be fixed before this goes into core?

    Thanks,
    Scott

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey @scottpaterson,
    this ticket ist closed because, if you want to insert content you should do it via blocks. Do you have any examples what you want to do with this buttons?

    Thread Starter Scott Paterson

    (@scottpaterson)

    Hi @soean,

    I am not trying to determine if Gutenberg will be backwards comparable with the media_buttons action.

    Thanks,
    Scott

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Media Buttons from 3rd party plugins’ is closed to new replies.