Adds a bunch of theme support, includes translation files, enqueues scripts etc etc.
Disable jQuery on the front end (not inside admin). Note that this may break some plug-ins.
Include jQuery from a CDN (code.jquery.com).
Adds support for a post_type
argument to get_terms
so it only returns terms associated with that post-type.
Disables the theme editor.
Disables Gutenberg and enables the classic editor everywhere.
Changes the default email and name when using wp_mail()
to use the site name and admin email instead of "WordPress".
Disables WordPress' insane guessing when it hits a 404: https://core.trac.wordpress.org/ticket/16557
Return a jQuery version like "3.4.1" to change it.
Set a custom meta_viewport instead of the default width=device-width, initial-scale=1.0
.
N/A
N/A