PHP Guzzle HTTP Quick Start: Practical Usage Examples
A practical Guzzle quick start covering request methods, async and concurrent requests, responses, uploads, redirects, cookies, and exceptions.
A practical Guzzle quick start covering request methods, async and concurrent requests, responses, uploads, redirects, cookies, and exceptions.
A closer look at how WordPress loads template files, why get_template_part is useful, and when helper functions beat raw PHP includes.
See how WordPress template loading works internally and why get_template_part(), get_header(), and load_template() are better than plain PHP includes.
A practical look at how to secure many hosted WordPress sites with stronger login policies, read-only code, log checks, and remote backups.
A practical security routine for maintaining many WordPress sites on one server, from hardening and backups to update strategy.
Use custom term_meta fields in WordPress 4.4+ to sort taxonomy terms without depending on a drag-and-drop ordering plugin.
Use term_meta in WordPress 4.4+ to assign custom sort values to taxonomy terms and order term lists reliably in the front end.
A practical guide to using the Valitron PHP library in WordPress to validate form submissions before saving them.
Use Valitron in WordPress to validate required fields, formats, and custom rules before saving user-submitted data.
Use Omnipay WechatPay and the WeChat JS SDK to launch public account payments inside a WordPress site running in WeChat.