tschaki

Category - Technology

Home » Technology
create wordpress plugin

Extend WordPress REST API

Every WordPress website has an API interface by default with various endpoint. This is dynamically extensible via, for example, a plugin or theme. With each newly added endpoint, a function can be executed and a value...

Create new wordpress plugin

To create a new WordPress plugin is easy. For this you need an empty file in a folder. This file serves as the main file of the new plugin and only needs a comment header so that WordPress recognizes the plugin. File...