A Practical Summary of WordPress Capability and User Permission Functions
An overview of useful WordPress helper functions for checking user login state, roles, and capabilities during development.
An overview of useful WordPress helper functions for checking user login state, roles, and capabilities during development.
A practical guide to installing and using Wenprise Forms, a WordPress form library based on Nette Forms.
Build a custom WooCommerce product type by registering a product class, adding admin tabs and fields, and rendering custom front-end output.
Use capability mapping in WordPress to block deletion for selected post types and remove the related trash bulk action.
Disable Quick Edit for selected post types in the WordPress admin by filtering row actions and removing unwanted action links.
Extend the WooCommerce My Account area by adding a custom menu item, endpoint, and account page for user-specific features.
Use raw SQL plus post__in when WP_Query cannot express an OR relationship across authors and taxonomies cleanly.
Use knp-snappy and wkhtmltopdf in a WordPress project to generate PDF files and send them by email safely.
Add custom admin filters based on post meta so editors can quickly find and count posts with specific custom field values.
Use nav_menu_css_class to highlight a post type archive menu item while viewing a single item from that post type.
A practical guide to WordPress custom post types, from register_post_type() basics to modifying, supporting, and unregistering post types.
Attach custom data to WooCommerce cart items, show it in the cart and checkout, and save it into the final order item meta.