customization - Adding buttons to Add New Post and Add New Page

I want to add a button in Add New Page and Add New Post pages.Here are places I want to add items:New page's sideba

I want to add a button in Add New Page and Add New Post pages.

Here are places I want to add items:

  • New page's sidebar (next to Page Attributes).
  • New post's sidebar (next to Post Attributes).

  • New page's top bar (next to Block Navigation).

  • New post's sidebar (next to Block Navigation).

What are the action hook to do it so?

function add_new_button_function (???)
{
    echo "some html code";
}

add_action( '???', 'add_new_button_function' );

I want to add a button in Add New Page and Add New Post pages.

Here are places I want to add items:

  • New page's sidebar (next to Page Attributes).
  • New post's sidebar (next to Post Attributes).

  • New page's top bar (next to Block Navigation).

  • New post's sidebar (next to Block Navigation).

What are the action hook to do it so?

function add_new_button_function (???)
{
    echo "some html code";
}

add_action( '???', 'add_new_button_function' );
Share Improve this question asked Feb 7, 2020 at 2:25 antwonantwon 132 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

Welcome!

Here is a documentation for adding Custom sidebar. You can check possibilities and sample codes to add new metaboxes or buttons.

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744770270a4592716.html

相关推荐

  • customization - Adding buttons to Add New Post and Add New Page

    I want to add a button in Add New Page and Add New Post pages.Here are places I want to add items:New page's sideba

    11小时前
    20

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信