enable_post_by_email_configuration

過濾鉤子
apply_filters( 'enable_post_by_email_configuration', true )

enable_post_by_email_configuration – 這是WordPress中的一個過濾器鉤子,用於啟用或禁用通過電子郵件釋出的功能。這個功能允許你通過傳送電子郵件將文章釋出到你的網站,這個鉤子可以用來啟用或禁用它。

此篩選器記錄在wp-admin/options.php中。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
if ( ! apply_filters( 'enable_post_by_email_configuration', true ) ) {
if ( ! apply_filters( 'enable_post_by_email_configuration', true ) ) {
if ( ! apply_filters( 'enable_post_by_email_configuration', true ) ) {

常見問題

FAQs
檢視更多 >