Skip to content

Commit

Permalink
Update qrcode.md
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 ba022e1
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 ba022e1

Please sign in to comment.