Post QR Code Link

This plugin shows a QR code with the current permalink in a backend metabox for…

Author:1aWebmarketing (profile at wordpress.org)
WordPress version required:3.5
WordPress version tested:5.8.3
Plugin version:1.0.1
Added to WordPress repository:22-01-2022
Last updated:22-01-2022
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:
Total downloads:465
Active installs:10+
plugin download
Click to start download

Supports posts and pages.

How to Use this Plugin

  1. Just activate this plugin and you’ll see a new meta-box showing a QR-Code with the permalink to the current post/page

ToDo

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’];
}


Screenshots
ChangeLog