Getting and Using Global Variables in WordPress
Like other PHP systems, WordPress defines some global variables to facilitate data access. Basically, all data generated by WordPress can…
Like other PHP systems, WordPress defines some global variables to facilitate data access. Basically, all data generated by WordPress can…
A practical overview of useful WordPress global variables, including loop globals, browser flags, server flags, version data, and admin globals.
Delay non-critical work in WordPress with asynchronous PHP and WP-Cron to improve user-facing response times.
Delay time-consuming work in WordPress with WP Cron or asynchronous task libraries so users do not have to wait for slow operations to finish.
Disable the WordPress post embed feature by removing the oEmbed routes, discovery links, and host JavaScript from the site.
A Chrome 45 Slimming Paint bug could break the WordPress admin menu layout; disabling that flag fixes the issue.