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调试日志的内容。

if ( apply_filters( 'akismet_debug_log', defined( 'WP_DEBUG' ) && WP_DEBUG && defined( 'WP_DEBUG_LOG' ) && WP_DEBUG_LOG && defined( 'AKISMET_DEBUG' ) && AKISMET_DEBUG ) ) {

常见问题

FAQs
查看更多 >