

Get updates for new releases, product updates & special offers!
We care about your data in our privacy policy

Stay tuned with our latest news & fresh ideas from all over the interwebs.

A free WordPress cookie consent plugin is now in the WordPress Plugin Directory. Customize the banner, group cookies into categories and block tracking scripts until visitors give consent.

When you log in as a WooCommerce customer to help with checkout, their cart is often emptied. Cart Preservation in Login as User keeps their products — and anything you add — so they can finish the order.
Read the full article
What is a WordPress Plugin? Plugins are essential tools for enhancing the functionality and features of your WordPress website. With thousands of options available in the WordPress plugin directory, it can be overwhelming to choose the right plugin or extension for your specific needs. In this comprehensive guide, we will walk you through the process…

When it comes to turbocharging your WordPress website, the right plugins can be your secret weapon! These little gems can work wonders, from adding custom code without breaking a sweat to fending off sneaky spam comments. They’ll help you optimize your site’s performance, rock the search engine rankings, fortify your security, and create an experience…

Count CWP WordPress Plugin A useful tiny WordPress plugin that displays the count of Characters, Words and Paragraphs, in real-time, while writing in the visual/text editor of posts/pages, or in custom textarea fields, as an Editor, Author or Admin. Video Screenshots Displays the count of Characters, Words and Paragraphs, in real-time, while writing in…

In the new version (v1.8.0) of the Web357 Framework Joomla! plugin you can create unlimited license keys for your Clients’ websites. Also, you can delete a website anytime, for example when you terminate the collaboration with a Client and you don’t want to still give access to him, to download any upcoming updates of Web357…

Ready to enhance your experience as an admin? Our brand new WordPress plugin will make it happen! It’s called Login as a User and does just that. It gives admins easy access to user accounts while the user’s password is totally protected. Admins can instantly login as a user in WordPress or a customer in…
Read the full article
Report all PHP errors ini_set(‘display_errors’,1); ini_set(‘display_startup_errors’,1); error_reporting(-1); Report all PHP errors except E_NOTICE & E_STRICT ini_set(‘display_errors’,1); error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT);