akismet_debug_log

過濾鉤子
apply_filters( 'akismet_debug_log', defined( 'WP_DEBUG' )
定義位置
  • wp-content/plugins/akismet/class.akismet.php , line 1554
相關勾子
akismet_uaakismet_enable_mshotsmake_delete_blogakismet_request_failuremake_undelete_blog
相關方法
insert_blogdebug_fcloseinstall_blogwp_debug_modeget_dashboard_blogdebug_fopen
引入
n/a
棄用
-

akismet_debug_log。這個過濾器允許開發者修改Akismet除錯日誌的內容。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
if ( apply_filters( 'akismet_debug_log', defined( 'WP_DEBUG' ) && WP_DEBUG && defined( 'WP_DEBUG_LOG' ) && WP_DEBUG_LOG && defined( 'AKISMET_DEBUG' ) && AKISMET_DEBUG ) ) {
if ( apply_filters( 'akismet_debug_log', defined( 'WP_DEBUG' ) && WP_DEBUG && defined( 'WP_DEBUG_LOG' ) && WP_DEBUG_LOG && defined( 'AKISMET_DEBUG' ) && AKISMET_DEBUG ) ) {
if ( apply_filters( 'akismet_debug_log', defined( 'WP_DEBUG' ) && WP_DEBUG && defined( 'WP_DEBUG_LOG' ) && WP_DEBUG_LOG && defined( 'AKISMET_DEBUG' ) && AKISMET_DEBUG ) ) {

常見問題

FAQs
檢視更多 >