Tags: WordPress/abilities-api
Tags
Fix REST API initialization for composer package usage (#55) * Fix REST API initialization for composer package usage - Move REST API route registration from abilities-api.php to bootstrap.php - Ensure REST API routes are initialized when used as composer package - Prevent duplicate registration by placing hook inside class existence check - Consolidate initialization logic in single location 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * Remove trailing whitespace * Use tabs for indent. --------- Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Greg Ziółkowski <grzegorz@gziolo.pl> Co-authored-by: budzanowski <budzanowski@git.wordpress.org> Co-authored-by: gziolo <gziolo@git.wordpress.org> Co-authored-by: justlevine <justlevine@git.wordpress.org>