该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Post QR Code Link

描述

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

屏幕截图

评价

此插件暂无评价。

贡献者及开发者

「Post QR Code Link」是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

1.0.1

  • Updated outputted values to be escaped and added filter-support for post-type-array

1.0.0

  • First release