Newly added

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 or with trackbacks enabled, adjusting the default setting won't affect the individual -level . 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', ))){  .

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

WooCommerce 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  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 .

Integrating an AWS Service into a WP Plugin Boilerplate

In this tutorial we are going to learn how to use the free version of WP Package Editor (WP2E) to integrate the AWS Translate Service into a Boilerplate. About WP Package Editor (WP2E) The core functionality of WP Package Editor (WP2E) is to create and manage packages to quickly deliver and maintain a set of interdependent scripts such as and from a single dashboard. The platform provides 3 types of resource: WP Package Installers - Installer .
How to redirect WooCommerce "add to cart" button to the checkout page without plugin?

How to redirect WooCommerce “add to cart” button to the checkout page without plugin?

These are the simple settings in WooCommerce to skip the cart page after Adding a product to the basket: 1 - From admin dashboard go to WooCommerce > Settings > Products > General >next to "Add to cart behavior" make sure the option "Redirect to the cart page after successful addition" is checked. 2 - Moving to WooCommerce > Settings > Advanced > remove the ID from the field and add the checkout .

WP API Wrappers

WP API Wrappers are WordPress plugins containing open source SDKs for quick integration of 3rd party APIs into a bigger development .