checkpoint: pre-audit baseline state

This commit is contained in:
Dwindi Ramadhana
2026-06-06 00:29:10 +07:00
parent 579aab1b2b
commit ae70e4aea9
38 changed files with 4061 additions and 3149 deletions

View File

@@ -108,11 +108,6 @@ function wp_agentic_writer_init() {
WP_Agentic_Writer_Admin_Columns::get_instance();
}
// Debug: Log plugin URL (only when SCRIPT_DEBUG is enabled).
if ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) {
error_log( 'WP Agentic Writer URL: ' . WP_AGENTIC_WRITER_URL );
error_log( 'WP Agentic Writer DIR: ' . WP_AGENTIC_WRITER_DIR );
}
}
add_action( 'plugins_loaded', 'wp_agentic_writer_init' );