View Commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wp config has WP_TEMP_DIR | |
wp config delete WP_TEMP_DIR |
View Links
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://buildwoofunnels.com/docs/one-click-upsell/global-settings/tracking-analytics/ |
View functions.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_filter( 'wp_page_revisions_to_keep', '__return_zero' ); | |
add_filter( 'wp_post_revisions_to_keep', '__return_zero' ); |
View functions.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function itsec_grade_report_backup_solution($possible) { | |
$possible[] = 'wpvivid-backuprestore/wpvivid-backuprestore.php'; | |
return $possible; | |
} | |
add_filter('itsec_possible_backup_plugins', 'itsec_grade_report_backup_solution’); |
View Links
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/cabrerahector/wordpress-popular-posts/wiki/5.-FAQ#wordpress-popular-posts-is-slowing-down-my-website-what-can-i-do | |
https://github.com/cabrerahector/wordpress-popular-posts/wiki/7.-Performance |
View Links
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/woocommerce/woocommerce/issues/30288 | |
https://wordpress.org/support/topic/file-not-found-error-for-downloadable-product-orders/ | |
https://docs.woocommerce.com/document/digital-downloadable-product-handling/ |
View Links
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/woocommerce/woocommerce-admin/issues/7358 | |
https://github.com/woocommerce/woocommerce/issues/30317 | |
https://wordpress.org/support/topic/5-5-1-security-patch-causing-database-issues/ | |
https://wordpress.org/support/topic/mysql-load-to-100-after-update-tot-5-5-1/ | |
https://wordpress.org/support/topic/endless-query-after-upgrading-from-4-x-to-5-4-1/ |
View Commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wp plugin update woocommerce woo-gutenberg-products-block | |
wp plugin update woocommerce --patch |
View Links
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/ | |
https://developer.woocommerce.com/2021/07/15/developer-advisory-critical-vulnerability-in-multiple-versions-of-woocommerce/ | |
https://developer.woocommerce.com/releases/ | |
https://mailchi.mp/woocommerce/action-required-critical-vulnerability-woocommerce |
View Links
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://oxygenbuilder.com/documentation/troubleshooting/troubleshooting-guide/ | |
https://isotropic.co/3-steps-to-resolve-99-of-problems-with-oxygen-builder/ |