plugins_auto_update_enabled

過濾鉤子
apply_filters( 'plugins_auto_update_enabled', $enabled )

plugins_auto_update_enabled 是一個過濾器鉤子,決定了外掛是否可以自動更新。該鉤子允許開發者改變該設定的預設值,該設定預設為”true”。

篩選是否啟用外掛自動更新。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
return apply_filters( 'plugins_auto_update_enabled', $enabled );
return apply_filters( 'plugins_auto_update_enabled', $enabled );
return apply_filters( 'plugins_auto_update_enabled', $enabled );

常見問題

FAQs
檢視更多 >