This plugin shows a QR code with the current permalink in a backend metabox for quick-access to the page/post via tablet or phone.
As of April 2026, Post QR Code Link is a WordPress qrcode plugin with 10 active installations and a 0/5 rating0. It has been downloaded 1.0K+ times in total. Requires WordPress 3.5+ and PHP false+. Available on WordPress.org since 2022. Last updated 4 years ago — may have compatibility concerns. Top alternative: Kaya QR Code Generator.
Supports posts and pages.
There will be an admin page to activate or deactivate this meta-box feature for the post-types you like. As for now you can use the
filter qrcode_link_post_types to return a string-array of post-types you want this feature for.
Example:
add_filter(‘qrcode_link_post_types’, ‘qrcode_post_types’);
function qrcode_post_types($post_types){
return [‘post’, ‘page’, ‘product’];
}
| WordPress | 3.5+ requiredTested up to 5.8.13 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.