PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]
Botoscope is currently in early access

How to Translate WordPress Plugins to Your Language

This guide shows you the easiest way to translate any WordPress plugin to your language using Loco Translate – a free, lightweight plugin that lets you translate directly in your browser. Why Loco Translate? ✅ Free and lightweight – No performance impact ✅ Works in browser – No software to download ✅ Simple interface – […]

How to Create Terms in a Category Using a PHP Array in WordPress

When managing content in WordPress, one may often need to programmatically create terms within a taxonomy. Whether you are setting up a site for the first time or automating content management tasks, understanding how to efficiently generate terms can streamline your processes. Here, we will discuss how to use a PHP array to create terms […]

How to reset page cache in the browser

press CTRL+R CTRL+F5 Ctrl+Shift+R Apple + R or command + R (apple) in Chrome browser the best way is: Open the developer tools: Ctrl + Shift + I Now, leaving the panel open, left click on the “Update” button (next to the address line) and do not release the button. After a few seconds, you […]

How to make auto-update for WordPress plugins and themes bought on Envato

Install next plugin: https://envato.com/market-plugin/ – this plugin helps customers receive updates to the premium Themes & Plugins purchased through Envato Market (ThemeForest & CodeCanyon). Do next steps: Install the plugin on your site Go to https://build.envato.com/create-token/?purchase:download=t&purchase:verify=t&purchase:list=t Enter token name there, any words you like, or set of random symbols Below entered token-key select any services you want, […]

.htaccess 301 redirect

If you changed a post permalink and you want to let old one works fine, in your WordPress site .htaccess file add next line:

Where ‘/about’ is old relative URL and ‘http://example.com/about-me’ new URL