ValPress Hello World
This starter plugin appends a Hello World message after post content using the the_content filter, useful as a reference for plugin authors.
Latest Version
Changelog
# Changelog ## 1.0.0 - 2026-06-13 - Initial release - Append a Hello World banner to post content via the `the_content` filter - Demonstrates basic ValPress plugin activation and hook usage - Add standard plugin header, `Plugin` class, and marketplace metadata alignment - Use translatable frontend message via plugin language files - Document filter priority and plugin purpose in code