| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-09-13 | 612 Bytes | |
| v1.0.3 source code.tar.gz | 2025-09-13 | 10.4 kB | |
| v1.0.3 source code.zip | 2025-09-13 | 12.1 kB | |
| Totals: 3 Items | 23.2 kB | 0 | |
What’s new
Arrow now inherits theme color via fill="currentColor" (visible on dark backgrounds)
Adds :focus-visible ring and gentle hover
Metadata: “Tested up to: 6.8” for wp.org compatibility
No JS, no options, no tracking — still boring on purpose
Install Upload the ZIP → Activate → On long posts (≥900 words), a small Back-to-Top appears on mobile.
Customize (filters)
add_filter('vax_backtop_min_words', fn()=>1200); add_filter('vax_backtop_mobile_breakpoint', fn()=>768); add_filter('vax_backtop_bg', fn()=> '#ffd400'); add_filter('vax_backtop_fg', fn()=> '#000000');