Hacker News new | ask | show | jobs
by Otto42 5820 days ago
In the case of Excel macros, Microsoft have provided a public API within which to create those programs.

This is not the case for WordPress themes. Themes use the internal structures of WordPress to do their work, not the public APIs that WordPress provides.

1 comments

So what defines a public API? The Wordpress internals are all public so why doesn't that count as an API?