Add WeChat Pay to WordPress with Omnipay WechatPay: JS SDK Public Account Payments
Use Omnipay WechatPay and the WeChat JS SDK to launch public account payments inside a WordPress site running in WeChat.
Use Omnipay WechatPay and the WeChat JS SDK to launch public account payments inside a WordPress site running in WeChat.
Display upgrade warnings directly on the WordPress plugins screen so users notice breaking changes before updating.
Create a custom admin toolbar item with a red notification badge for unread messages or other pending items.
Use add_menu_classes and related patterns to show pending content counts in the WordPress admin menu.
Improve the WordPress editor by turning multiple taxonomy metaboxes into a single tabbed interface.
Generate and validate CAPTCHA images in WordPress forms with Gregwar Captcha instead of relying on a plugin.
Use Nette Forms to build and save custom taxonomy field interfaces in WordPress with less mixed PHP and HTML.
A practical way to diagnose ERR_EMPTY_RESPONSE in WordPress admin publishing by checking the firewall and server network layer.
Remove unwanted JavaScript and CSS files from WordPress themes or plugins with wp_deregister_script and wp_deregister_style.
Use WP_Comment_Query to build a custom WordPress comment list with next-page or numeric pagination.