Description
Easily generate QR codes for your posts, pages, WooCommerce products, and all custom post types directly from the WordPress admin interface. This plugin adds a “Generate QR Code” link to the admin list for all public post types, allowing you to quickly create QR codes for sharing URLs.
Features
- Supports all public post types, including posts, pages, and WooCommerce products.
- Automatically detects custom post types and adds support without additional configuration.
- Securely generates QR codes using nonce verification and permission checks.
- Provides an easy-to-use admin interface with links for quick QR code generation.
External services
This plugin connects to an API to create a QR code based on the page’s URL.
It sends the page/post/cpt URL to the API at https://qrserver.com. No personal, website or user information is sent to the API other than the URL.
Installation
- Upload the
qr-code-generator-for-posts-and-pages
folder to the/wp-content/plugins/
directory. - Activate the plugin through the “Plugins” menu in WordPress.
- Navigate to the admin area for any post type (e.g., Posts, Pages, Products, or custom types) and look for the “Generate QR Code” link.
FAQ
-
What does this plugin do?
-
It adds a “Generate QR Code” link to the row actions of all public post types in the WordPress admin. Clicking the link generates a QR code for the post/page/product URL.
-
Does it work with WooCommerce products?
-
Yes, the plugin supports WooCommerce products by default.
-
Does it work with custom post types?
-
Yes, the plugin automatically detects and supports all public custom post types.
-
How secure is it?
-
The plugin uses WordPress nonces to verify requests and ensure only authorized users can generate QR codes.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“QR Code Generator for All Post Types” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “QR Code Generator for All Post Types” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.4
- Added dynamic support for all public custom post types.
- Refactored filters to ensure compatibility with custom post types.
- Improved security checks for QR code generation.
- Updated back links to dynamically adapt to different post types.
1.3
- Added support for all custom post types.
- Updated descriptions to reflect full compatibility.
1.2
- Added support for WooCommerce products.
1.1
- Initial release with support for posts and pages.