Auto-generates FAQ schema markup and adds accordion styling with full admin controls. Supports WPBakery Page Builder and shortcodes.
jwwd_github_token first (Settings > General)New admin settings: configurable question heading tag (h2-h6 or div), question font size, and answer font size.
Fixed: register_activation_hook doesn't fire on plugin updates. Added version-based check on admin_init so the tracker sends an immediate ping when the plugin version changes (e.g. after update).
Adds non-blocking install tracking pings to hub.jwwd.com.au (activation, deactivation, weekly heartbeat). Includes site info, plugin version, WP/PHP versions, and active theme.
browser_download_url, which prevents the auth header from being stripped during cross-domain redirectsFull border customisation for FAQ questions:
Same granular controls for FAQ answers:
jwwd_faq_config filter)| Key | Description |
|---|---|
q_border_color |
Question border colour |
q_border_width |
Question border width |
q_border_top / q_border_bottom / q_border_left / q_border_right |
Enable question border per side |
a_border_color |
Answer border colour |
a_border_width |
Answer border width |
a_border_top / a_border_bottom / a_border_left / a_border_right |
Enable answer border per side |
New admin settings panel with full styling and behaviour controls.
New Features:
Improvements:
Full Changelog: https://github.com/jwwd-repos/jwwd-faq-accordion/compare/v1.1.2...v1.2.0
No release notes for this version.
Initial public release of JWWD FAQ Accordion + Schema.
Features:
Shortcode usage: [faq_section] [faq question="Your question?"]Your answer here[/faq] [/faq_section]