Maak je eigen Gutenberg blokken in PHP
Bekijk de presentatie opnieuw Ik heb de presentatie en de code gepubliceerd zodat je dit nog eens rustig na kunt lezen. of bekijk de code voorbeelden
Enhancing WordPress Security with Authorization for the REST API
The WordPress REST API presents a fantastic opportunity for numerous custom integrations and solutions. However, there is one significant consideration: much of its functionality is readily accessible without authorization by default. This means that any internet user can effortlessly access your entire media library or registered users. Achieving this only requires a single command. Below,…