post_submitbox_misc_actions

動作鉤子
do_action( 'post_submitbox_misc_actions', $post )

post_submitbox_misc_actions: 這是WordPress的一個動作鉤子,允許你在文章編輯介面的文章提交框中新增額外的雜項動作。該鉤子在文章提交框生成時被觸發,允許你在提交框中新增按鈕或連結。

在釋出元框中的釋出時間/日期設定之後觸發。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
do_action( 'post_submitbox_misc_actions', $post );
do_action( 'post_submitbox_misc_actions', $post );
do_action( 'post_submitbox_misc_actions', $post );

常見問題

FAQs
檢視更多 >