#WPCLI

Negative PID Inc.negativepid
2025-06-13

If you're the administrator of a WordPress website, there might be occasions when you get locked out of your own admin account. It happens more often than you think.
The good news? You don't need to pay for expensive professional services with your hosting provider to recover your access: in this article we explain you how to do it in a few minutes (for free!) with the WP-CLI, even if you don't have access to the C-Panel!

negativepid.blog/how-to-regain

mastodon.raddemo.hostadmin@mastodon.raddemo.host
2025-06-11

⚙️ SSD-Powered #cPanel Web #Hosting – Up to 25x Faster ⚙️ SSD-Powered cPanel Web Hosting by Rad Web Hosting
Built for Performance. Backed by Reliability. Ready to Scale.
Developers, sysadmins, and power users—we built this for you. Our SSD-powered cPanel hosting is engineered on high-availability ...
Continued 👉 blog.radwebhosting.com/ssd-pow #litespeed #postgresql #laravel #cloudlinux #joomla #softaculous #csf #letsencrypt #phppgadmin #mariadb #wpcli #webhosting #phpmyadmin

Rad Web Hostingradwebhosting
2025-06-11

⚙️ SSD-Powered Web – Up to 25x Faster ⚙️ SSD-Powered cPanel Web Hosting by Rad Web Hosting
Built for Performance. Backed by Reliability. Ready to Scale.
Developers, sysadmins, and power users—we built this for you. Our SSD-powered cPanel hosting is engineered on high-availability ...
Continued 👉 blog.radwebhosting.com/ssd-pow

mastodon.raddemo.hostadmin@mastodon.raddemo.host
2025-06-07

⚙️ SSD-Powered #cPanel Web #Hosting – Up to 25x Faster ⚙️ SSD-Powered cPanel Web Hosting by Rad Web Hosting
Built for Performance. Backed by Reliability. Ready to Scale.
Developers, sysadmins, and power users—we built this for you. Our SSD-powered cPanel hosting is engineered on high-availability ...
Continued 👉 blog.radwebhosting.com/ssd-pow #wpcli #postgresql #webhosting #cloudlinux #csf #phppgadmin #softaculous #joomla #phpmyadmin #letsencrypt #litespeed #laravel #mariadb

Rad Web Hostingradwebhosting
2025-06-07

⚙️ SSD-Powered Web – Up to 25x Faster ⚙️ SSD-Powered cPanel Web Hosting by Rad Web Hosting
Built for Performance. Backed by Reliability. Ready to Scale.
Developers, sysadmins, and power users—we built this for you. Our SSD-powered cPanel hosting is engineered on high-availability ...
Continued 👉 blog.radwebhosting.com/ssd-pow

Rad Web Hostingradwebhosting
2025-06-07

⚙️ SSD-Powered Web Hosting – Up to 25x Faster ⚙️ SSD-Powered cPanel Web Hosting by Rad Web Hosting
Built for Performance. Backed by Reliability. Ready to Scale.
Developers, sysadmins, and power users—we built this for you. Our SSD-powered cPanel hosting is engineered on high-availability infrastructure, with ...
Continued 👉 blog.radwebhosting.com/%e2%9a%

Rad Web Hostingradwebhosting
2025-05-25

⚙️ SSD-Powered Web Hosting – Up to 25x Faster ⚙️ SSD-Powered cPanel Web Hosting by Rad Web Hosting
Built for Performance. Backed by Reliability. Ready to Scale.
Developers, sysadmins, and power users—we built this for you. Our SSD-powered cPanel hosting is engineered on high-availability infrastructure, with ...
Continued 👉 blog.radwebhosting.com/%e2%9a%

Rad Web Hostingradwebhosting
2025-05-22

⚙️ SSD-Powered Web Hosting – Up to 25x Faster ⚙️ SSD-Powered cPanel Web Hosting by Rad Web Hosting
Built for Performance. Backed by Reliability. Ready to Scale.
Developers, sysadmins, and power users—we built this for you. Our SSD-powered cPanel hosting is engineered on high-availability infrastructure, with ...
Continued 👉 blog.radwebhosting.com/%e2%9a%

Be APIbeapi
2025-05-15

Automatiser la mise à jour de plusieurs plugins WordPress avec un script PHP ? C’est ce que propose Tom McFarlin avec son WP Bulk Plugin Updater. Une bonne base pour gérer ses environnements staging ou ses sites clients efficacement.

tommcfarlin.com/wp-bulk-plugin

Be APIbeapi
2025-05-15

Un petit tip bien pratique : générer le HTML d’une page WordPress via WP-CLI avec `wp eval`. Idéal pour automatiser des rendus, faire des tests ou diagnostiquer sans navigateur. Un outil de plus pour nos workflows de dev WordPress.

anchor.host/rendering-html-out

Be APIbeapi
2025-05-07

La v2.12.0 de WP-CLI vient de sortir avec son lot d'améliorations. On retient surtout l’arrivée des commandes cache pluck et cache patch, bien pratiques pour manipuler les données en ligne de commande, sur lesquelle Clément (dev chez Be API) avait contribué en 2023 🙌

🔗 make.wordpress.org/cli/2025/05

2025-03-31

Cómo saber con wp-cli en qué sitios de un WordPress Multisite está activo un plugin

Hay veces que se notifica una vulnerabilidad en un plugin de WordPress y es muy recomendable ponerlo en cuarentena: eliminarlo, o al menos desactivarlo, hasta que se solucione el problema. Cuando esto ocurre en una instalación Multisite de WordPress con decenas o centenas de sitios antes de poder desactivarlo o eliminarlo conviene saber en qué sitios está activo.

Con wp-cli y un loop de bash se puede realizar esta tarea automáticamente.

voragine.net/wordpress/wp-cli-

2025-03-28

Enabling AI-Powered #WordPress Development with #WPCLI and the Model Context Protocol

pascalbirchler.com/wordpress-m #MCP #AI

Curtis McHalecurtismchale
2025-03-21

wp search-replace on Gravity Forms tables
TIL, that if you run wp search-replace old@email.com new@email.com it won't actually change all instances in your database. In my case it specifically didn't change the Gravity Forms notification email to new@email.com.

When Gravity Forms creates it's tables using the {$wpdb-prefx}_rg_{table_name} format it doesn't also register those tables with the $wp
sfndesign.ca/wp-search-replace

Shawn Hooper (he/him)shawnhooper@fosstodon.org
2025-03-11

Almost a decade since I first learned about WP-CLI, and the

wp db import
wp db export
wp search-replace

commands still give me that sense of "oooo", "aaah", "wooow". Such time savers.

#WordPress #wpcli

Curtis McHalecurtismchale
2025-03-04

Export WordPress Custom Post Data to CSV format
While doing a recent evaluation of a customer site we needed to export a bunch of data for each post type into a CSV. I needed:

Post Title

Author Display Name

Pretty URL

Published Date

Modified Date

While there are some plugins out there like export all urls it doesn't support custom post types that have their own custom taxonom
sfndesign.ca/export-wordpress-

🪑Dr Rockstar ♫ajaxStardust@vivaldi.net
2025-03-03

Why not use #githubgists and #WPCLI for #WordPress version control, security, maintenance, etc?

I'm sure it's "a thing" already. lol.
look at dude! he's talkin' bout stuff from 10 yrs ago...
doofus

2025-01-28

#WordPress plugin that shorthands to #WPCLI which allows you to easily create database dumps and exclude sensitive data.

github.com/Dan0sz/strip-db-dum

2025-01-08

⭐ Nuevo plugin para #WordPress: Fix Media MIME Types (#WPCLI only)
Es un plugin ligero y eficiente que identifica y corrige cualquier tipo MIME incorrecto en tu biblioteca multimedia de WordPress.
casares.blog/fix-mime-types/

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst