checkpoint: pre-audit baseline state
This commit is contained in:
@@ -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' );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user