Cross-Site Scripting (XSS)
| |

Cross-Site Scripting (XSS)

Cross-Site Scripting occurs when user input variables are not being escaped (output) and sanitized (input) properly. This usually happens due to there not being any sanitization and escaping at all or due to a misunderstanding of some of the WordPress functions. The example below assumes a user input variable is saved directly inside of an…

|

How to Install WordPress on Ubuntu server by terminal

Install WordPress on Ubuntu server with the terminal in 5 easy steps 1) Update Ubuntu packages Use apt to update and upgrade ubuntu dependencies sudo apt update sudo apt upgrade -y 2) Install apache server, MariaDB, php php-mysql php-cli php-common php-gd sudo apt install apache2 mariadb-server mariadb-client php php-mysql php-cli php-common php-gd -y 3) Download,…

|

Before After image Gutenberg Block

If you’re a WordPress user who wants to showcase the impact of your products or services with before-and-after images, the Before After Image Gutenberg Block is the perfect plugin for you. This block can be used to highlight the transformations achieved with your services or products, and visually demonstrate their effectiveness. What is the Before…

WordPress online code compiler plugin for LMS
|

WordPress online code compiler plugin for LMS

An online compiler plugin that comprises the code editor and lives compiler. Using this type of plugin you can compile and run code. Here, we will discuss a plugin Code Blocks- online code compiler . After installing this plugin you will get a code editor section like this Here you can follow the documentation: https://webtoptemplates.com/codecompiler-plugin-doc/…

| |

WordPress Memory Exhausted Error

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2348617 bytes) in /home4/xxx/public_html/wp-includes/plugin.php on line xxx To solve this problem need to increase PHP memory limit: First, you need to edit the wp-config.php file on your WordPress site. It is located in your WordPress site’s root folder, and you will need to use an FTP…

| |

How to Autocomplete WooCommerce Orders- 2 Easy Ways!

Instantly confirming a customer’s purchase is one of the best ways to improve the customer experience in your store. They will be able to access their stuff as soon as their orders are completed. So, in this piece, we’ll teach you how to autocomplete WooCommerce orders using various ways. We recently discussed some of the…