update_theme_complete_actions

過濾鉤子
apply_filters( 'update_theme_complete_actions', $update_actions, $this->theme )

update_theme_complete_actions:此操作鉤子在主題更新完成後觸發。 它可用於在主題更新後執行其他操作,例如記錄更新或傳送通知。

過濾單一主題更新後可用的動作連結列表。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
$update_actions = apply_filters( 'update_theme_complete_actions', $update_actions, $this->theme );
$update_actions = apply_filters( 'update_theme_complete_actions', $update_actions, $this->theme );
$update_actions = apply_filters( 'update_theme_complete_actions', $update_actions, $this->theme );

常見問題

FAQs
檢視更多 >