Jblank uses native theme_suport functions to activate or deactivate some native or additional core features
You can activate / deactivate in child theme the site-wide features
get_theme_support('wp-block')
add_theme_support('wp-block')
remove_theme_support('wp-block')
Deactivated by default, can be activated in child theme
- acf-map
- wp-block , WordPress Block Editor. (all classic by default)
- gform-a11y
- jquery-migrate
- comments
- author pages
Activated by default, can be deactivated in child theme
- custom-logo (WP native)
- title-tag (WP native)
- post-thumbnails (WP native)
- responsive-embeds (WP native)
- menus (menu improvement, and default menu locations)
- menus-css (can be deactivated to avoid too much overloading default css, although it’s quite light by default)
- svg-icons (–> loads module : svg-icons)
Automatic, uses plugin detection
- WooCommerce
- GFForms