Skip to main content

WordPress: Notes

WordPress Logo

One of the most popular CMS (Content Management Syste).

Keep updating

>>> On August 8, 2023, WordPress 6.3 "Lionel" was released to the public.

WP-CLI

wp cli version
wp cli update


Check current WP-CLI version and update

bitnami@ip-172-26-10-156:~$ sudo wp cli version
WP-CLI 2.6.0
bitnami@ip-172-26-10-156:~$ sudo wp cli update
You have version 2.6.0. Would you like to update to 2.8.1? [y/n] y
Downloading from https://github.com/wp-cli/wp-cli/releases/download/v2.8.1/wp-cli-2.8.1.phar...
md5 hash verified: a0cf91756fd46903c83c436ec1d462eb
New version works. Proceeding to replace.
Success: Updated WP-CLI to 2.8.1.
bitnami@ip-172-26-10-156:~$ sudo wp cli version
WP-CLI 2.8.1
bitnami@ip-172-26-10-156:~$

Popular posts from this blog

Data Recovery Softwares

Follow 3-2-1 backup rule so you do not need these data recovery softwares.

IBM Domino: Enable SMTPClientDebug, SMTPDebug

Add parameters to NOTES.ini SMTPClientDebug=1 SMTPDebug=2 Option 1: Add parameters via GUI IBM Domino: Enable SMTPDebug in NOTES.ini Option 2: Add parameters via command SET CONFIG "SMTPClientDebug=1" update Run command to update router configuration tell router update config IBM Domino: tell router update config to update configuration and reload routing table Send an email to @gmail.com to check result IBM Domino: Log file after enabling SMTPClientDebug parameter in NOTES.ini file

Linux command: printenv

printenv - print all or part of environment NAME        printenv - print all or part of environment SYNOPSIS        printenv [OPTION]... [VARIABLE]... DESCRIPTION        Print  the  values  of the specified environment VARIABLE(s).  If no VARIABLE is speci‐        fied, print name and value pairs for them all.        -0, --null               end each output line with NUL, not newline        --help display this help and exit        --version               output version information and exit        NOTE: your shell may have its own version of printenv,  which  usually  supersedes  the        version  described  here.  Please refer to your shell's documentation for d...