Get All WordPress Constants - Get All WordPress Constants

Get All WordPress Constants

PHP has a built-in function get_defined_constants that returns an array with the names of all the constants and their values. Because WordPress is built in PHP, We can use this function to get all WordPress constants. ⚠️ Use this snippet with caution, as the code will display sensitive information including your database username and password … Read full article →

1 - 💡 How to use wp_delete_post to delete Posts or Pages

💡 How to use wp_delete_post to delete Posts or Pages

wp_delete_post function allows us to permanently delete posts, pages, attachments. When a post is deleted, all the associated content will also be deleted, this includes the comments, custom fields, and category entries. Instructions Parameter PARAMETER TYPE DESCRIPTION DEFAULT REQUIRED $postid intiger article ID 0 no $force_delete boolean skip recycle bin and delete permanently false no … Read full article →

An unexpected error occurred. Something may be wrong with WordPress.org or this servers configuration. If you continue to have problems please try the support forums. - An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the support forums.

An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the support forums.

Error: “An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the support forums.” indicates a connection problem between your website or hosting and the WordPress.org website. The error can be seen on the Plugin > Add New page To learn more about … Read full article →

WordPress error Minified Redux error #7

⚠️ WordPress error: Minified Redux error #7

After upgrading WP to 6.0 the Edit post page is blank with the following errors in Chrome dev tools: I’ve disabled all plugins and reverted to the default 2022 theme, but the problem continues. After examining the files in question, I discovered that they were being utilized by the Gutenberg editor, so I temporarily disabled … Read full article →

how to change a doamin name wordpress - How to change domain name for a WordPress website  (5 ways)

How to change domain name for a WordPress website (5 ways)

Want to change the domain name for your WordPress website? No problem, in this guide We’ll walk you through 5 different methods to change the domain name for a WordPress website from cPanel PHPMyAdmin. Before following this guide make sure you’ve down the following: registered the desired domain name and pointed it towards your hosting … Read full article →

downlaod wp links - Quick download WordPress versions from wp.org

Quick download WordPress versions from wp.org

Quick Links Below are the quick download links of the latest WordPress release. Download Latest ZIP Download Latest Tar ZIP 6.1 Branch Version Release date Download zip Download tar.gz 6.1.1 November 15, 2022 zip(md5 · sha1) tar.gz(md5 · sha1) 6.1 November 2, 2022 zip(md5 · sha1) tar.gz(md5 · sha1) 6.0 Branch Version Release date Download zip Download tar.gz 6.0.3 October 17, 2022 zip(md5 · sha1) … Read full article →

bekapi - How to Set Automatic WordPress Backups using Updraft Plugin

How to Set Automatic WordPress Backups using Updraft Plugin

Here is how to backup WordPress using the Updraft WordPress backup plugin. Step 1. Install and Activate Updraft Go to Plugins > Add New and in the search bar in top right, type “updraft”. From the search results click on the Install Now button and then activate it. Step 2. Open plugin settings After installing … Read full article →

manual backup - How to Manually Backup WordPress

How to Manually Backup WordPress

A lot of WordPress backup plugins have limitations and are just pushing you to purchase the pro version. That is why I always recommend cperforming a manual backup of WordPress websites, whenever you can. How to do manually backup WordPress: Download all files from Filemanager or FTP Export the database from PHPMyAdmin How to Manually … Read full article →

How to Backup a WordPress site using Installatron - How to Backup a WordPress site using Installatron

How to Backup a WordPress site using Installatron

If you’ve installed your WordPress installation via Softaculous or Installatron, you can set backups directly in the installations screen. Step 1. Simply login to your cPanel and scroll down to web applications section. From this section click on any installation and you ill be taken to the Installatron section where you can see all your installations. Step … Read full article →