我正在使用add_action( 'after_setup_theme', 'default_attachment_display_settings' );
function default_attachment_display_settings() {
update_option( 'image_default_align', 'none' );
update_option( 'image_default_link_type', 'none' );
}
红宝石宝石。但是,我在我的控制台和日志管理器中得到了重复项:
log_buddy
出现的代码如下所示:
last_response is going into the cache:
D, [2015-05-29T16:59:37.612481 #632] DEBUG -- : last_response is going into the cache:
如何停止重复?