Dieses Plugin ist nicht mit den jüngsten 3 Hauptversionen von WordPress getestet worden. Es wird möglicherweise nicht mehr gewartet oder unterstützt und kann Kompatibilitätsprobleme haben, wenn es mit neueren Versionen von WordPress verwendet wird.

Post QR Code Link

Beschreibung

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

Rezensionen

There are no reviews for this plugin.

Mitwirkende & Entwickler

„Post QR Code Link“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Übersetze „Post QR Code Link“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

1.0.1

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

1.0.0

  • First release