From 005061a4f862cae540c3f9967d98175843ccf1cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=BE=85=E0=BC=BB=20=C7=AC=C9=80=C4=A7=20=E0=BC=84?= =?UTF-8?q?=E0=BC=86=E0=BD=89?= Date: Sat, 16 Dec 2023 20:35:26 +0100 Subject: [PATCH] Update qrcode.md (#167) Add priority - see https://github.com/YOURLS/404-if-not-found/issues/6 --- docs/development/examples/qrcode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/examples/qrcode.md b/docs/development/examples/qrcode.md index 53da169..b0682bd 100644 --- a/docs/development/examples/qrcode.md +++ b/docs/development/examples/qrcode.md @@ -23,7 +23,7 @@ Author URI: https://ozh.org/ */ // Kick in if the loader does not recognize a valid pattern -yourls_add_action('redirect_keyword_not_found', 'ozh_yourls_qrcode'); +yourls_add_action('redirect_keyword_not_found', 'ozh_yourls_qrcode', 1); function ozh_yourls_qrcode( $request ) { // Get authorized charset in keywords and make a regexp pattern