Newly added

WordPress Development

Discussions about the ins and outs of building and customizing WordPress sites. From theme and plugin development to troubleshooting and best practices, connect with fellow developers to share insights, solve problems, and stay updated on the latest advancements in the WordPress .
Bulk Task Editor for User Roles

Efficiently Adjusting User Roles After WordPress Multisite Import

Managing a large WordPress Multisite installation can be challenging, especially when you need to make bulk changes to user roles across thousands of blogs. This post explores how to automate the process of changing user roles using the Bulk Task Editor (BTE) for WordPress. Let's focus on a real-life use case where you need to edit the role of tens of thousands of users from subscribers to administrators for their respective blogs after a mass .

Bulk Task Editor

Bulk Task Editor is a WordPress plugin designed to streamline and accelerate your content management workflow for post types, taxonomies, users, and imported data, all without overloading your .
Canned Spam

Stopping WordPress trackback spam without plugin

What is the most effective method for combating the trackback spam that inundates comment sections? Altering the global Trackbacks configuration through the Dashboard -> Settings -> Discussion will exclusively modify the default behavior. If you presently have posts or pages with trackbacks enabled, adjusting the default setting won't affect the individual post-level settings. To address this issue use the following filter to programmatically disapprove any trackback or pingback: add_filter('pre_comment_approved',function($approved,$comment){ if( in_array($comment['comment_type'],array( 'trackback', 'pingback', ))){  .

OpenAI Form Completion

Integrate OpenAI Text Completion into your WordPress admin forms and production workflow using shift + select to start a dialog .

Content Aggregator

Content Aggregator is a WordPress plugin that simplifies feed, syndication and management. The plugin allows you to pull RSS and Atom feeds to automate the publication of new items across any public post type (post, page, .

Woo Product Tabs

6WooCommerce Product Tabs is a series of plugins allowing you to display custom tabs on the single product .

Newsletter Generator

The Newsletter Generator offers everything you need to create and manage effective email newsletters right from your WordPress dashboard. With customizable email models and automated email series you can easily create beautiful newsletters that reflect your .
Translate a text with Amazon Translate using AWS SDK for PHP

Translate a text with Amazon Translate using AWS SDK for PHP

In a previous tutorial named "Integrating an AWS Service into a WP Plugin Boilerplate" we learned to use the free version of WP Package Editor (WP2E) to integrate the AWS Translate Service into a WordPress Plugin Boilerplate. In this tutorial, we have prepared the necessary setup and installed the boilerplate project and AWS SDK dependency in order to integrate Amazon Translate into a WordPress environment. Create an IAM Policy To translate a string using the AWS Translate service, you will need to .

SVG Captcha

SVG Captcha allows you to quickly validate user requests by inserting a self generated Captcha into your .