Skip to content

Commit

Permalink
Update qrcode.md (#167)
Browse files Browse the repository at this point in the history
Add priority - see YOURLS/404-if-not-found#6
  • Loading branch information
ozh authored Dec 16, 2023
1 parent 395fca1 commit 005061a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/examples/qrcode.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 005061a

Please sign in to comment.