Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Article write panel: Pluggable UI callback 'article_ui.extend_col_1' for volatile content missing #1917

@rwetzlmayr

Description

@rwetzlmayr

Currently, the article_ui.extend_col_1 pluggable UI callback is only called once, when the Article Write Panel is first drawn:

echo pluggable_ui('article_ui', 'extend_col_1', '', $rs);

In subsequent renderings of this panel after intermediate "save" operations, there is a short-cut bail-out branch:

This hampers plugins that want to extend this part of the UI for displaying volatile content.

I suggest extending the current article_ui.extend_col_1 events scope to fire the event when volatile parts of the write panel are redrawn as well.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions