commit e4b0711ae1facc59b10d1e05c79827fb9d032fa9
parent b35e6e3660b768c461aa3a8612d2b65821cedecc
Author: Sean Enck <sean@ttypty.com>
Date: Sun, 2 Nov 2025 12:46:07 -0500
add a link
Diffstat:
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -23,3 +23,6 @@ around inlining administrative numbers without asking everyone to hand edit
HTML and/or get some basic sum of counter values as well.
This is currently deployed for [Happy Paws Haven](https://happypawshaven.pet)
+
+See [usage](https://github.com/enckse/wp-content/wiki/Usage) for more
+information
diff --git a/plugins/hphp/hphp.php b/plugins/hphp/hphp.php
@@ -142,6 +142,8 @@ function hphp_render_settings_page() {
Indicates whether document ready should fire an init.
<br />
<input type="checkbox" name="hphp_pages_onready" id="hphp_pages_onready" <?php echo $checked; ?>/>
+ <br />
+ <a href="https://github.com/enckse/wp-content">More information online</a>
</div>
<hr />
<?php submit_button(); ?>