
3 mins
Mutate HTML with PHP and Laravel
Mutate HTML input with DOMDocument and DOMXPath. Interacting with DOMElements with element queries.
Stay up to date with the blog posts about web development. Featuring posts about Laravel, WordPress, PHP, JavaScript and other technologies for web development.
3 mins
Mutate HTML input with DOMDocument and DOMXPath. Interacting with DOMElements with element queries.
2 mins
Have a Laravel application on a subdomain that interacts with a WordPress database? In some cases a REST API connection is simply unnecessary, especially for simple database queries. In this post we take a look at how we can improve performance and use the Eloquent ORM to interact with WordPress' data.
3 mins
Implement caching in WordPress plugins and themes without using a plugin. WordPress' transient API provides us with the ability to create a database caching right out of the box. By implementing a simply API over the top, we can easily start to cache parts of our theme or plugins.
Copyright © 2023 | bonnick.dev