social.tchncs.de is one of the many independent Mastodon servers you can use to participate in the fediverse.
A friendly server from Germany – which tends to attract techy people, but welcomes everybody. This is one of the oldest Mastodon instances.

Administered by:

Server stats:

3.8K
active users

#wpcli

1 post1 participant0 posts today

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
#Code #GravityForms #WpCli

SFNdesign · wp search-replace on Gravity Forms tables - SFNdesignTIL, 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 […]

Is there a way with #WPCLI to output a list of the uploads in the Media Library along with the file size of each image, PDF, or file uploaded to the library? I am not seeing anything in the ‘wp media’ command.

I am trying to review the Media Library to see what bigger files can be removed to reduce the overall data storage of a site.

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-
#Code #wordpress #WpCli