Skip to content
This repository was archived by the owner on Oct 21, 2019. It is now read-only.
This repository was archived by the owner on Oct 21, 2019. It is now read-only.

get_image_tag filter removed #15

@ChrisBAshton

Description

@ChrisBAshton

The get_image_tag filter no longer exists in Gutenberg.

add_filter('get_image_tag', 'show_post_image_source', 0, 5);
function show_post_image_source($html, $post_id, $post_thumbnail_id, $size, $attr) {
    die('hellooooo');
    return $html;
}

...site never dies. Anyone know the equivalent in Gutenberg?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions