wordpress-website-lifecycle icon indicating copy to clipboard operation
wordpress-website-lifecycle copied to clipboard

How to work with WordPress 📅 for long years

Results 26 wordpress-website-lifecycle issues
Sort by recently updated
recently updated
newest added

- https://github.com/infinum/wordpress-handbook - https://github.com/rxnlabs/wp-composer

# Trim down WC, "WooCommerce lite" https://github.com/woocommerce/woocommerce - Load WooCommerce class from a modified copy of `includes/class-woocommerce.php` - replace `__FILE__` with `dirname(WC_PLUGIN_FILE).'/includes/class-woocommerce.php'` - compare class version to plugin version during...

help wanted
Woo

- getting the ZIP file, extracting files `wp plugin install` - ⚠️ Note the missing `install` event - activating (enable running) `wp plugin activate` `register_activation_hook()` - updating (getting the new...

https://docs.percona.com/percona-server/8.0/tokudb/tokudb_intro.html seems to express TokuDB is on its way out? Is it just for Percona?

https://github.com/szepeviktor/wordpress-website-lifecycle/blob/383e73edcab65d04c727edbc036d673508a8d6b5/mu-plugins/_core-disallow-updates.php#L15 @johnbillion Could it be that showing changelog on the Plugins page needs `install_plugins` cap.? Link: "View version 3.23.2 details" > Sorry, you are not allowed to access this page....

Hey @szepeviktor! I love this concept, but I find myself wondering if this could be done in a more portable fashion. I look and see all of the files in...

Woo