This file contains hidden or 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
# delete all managewp option values | |
wp option delete mwp_container_parameters | |
wp option delete mwp_container_site_parameters | |
wp option delete mwp_core_autoupdate | |
wp option delete mwp_incremental_update_active | |
wp option delete mwp_maintenace_mode | |
wp option delete mwp_openssl_parameters | |
wp option delete mwp_potential_key | |
wp option delete mwp_potential_key_time | |
wp option delete mwp_public_keys |
This file contains hidden or 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
eyJ3cC1kaXNhYmxlIjp7ImRpc2FibGVfZ3JhdmF0YXJzIjowLCJkaXNhYmxlX2dyYXZhdGFyc19vbmx5X2NvbW1lbnRzIjowLCJkaXNhYmxlX3JlZmVycmFsX3NwYW0iOjEsInJlbW92ZV9qcXVlcnlfbWlncmF0ZSI6MCwiZG5zX3ByZWZldGNoIjowLCJkbnNfcHJlZmV0Y2hfaG9zdF9saXN0IjoiIiwiZGlzYWJsZV9lbW9qaSI6MSwiZGlzYWJsZV9lbWJlZHMiOjEsInJlbW92ZV9xdWVyeXN0cmluZ3MiOjEsImxhenlfbG9hZF9nb29nbGVfZm9udHMiOjAsImxhenlfbG9hZF9mb250X2F3ZXNvbWUiOjAsInJlbW92ZV95b2FzdF9jb21tZW50IjoxLCJyZW1vdmVfeW9hc3RfYnJlYWRjcnVtYnNfZHVwbGljYXRlcyI6MSwiZGVmYXVsdF9waW5nX3N0YXR1cyI6MSwiZGlzYWJsZV9hbGxfY29tbWVudHMiOjAsImRpc2FibGVfYXV0aG9yX3BhZ2VzIjowLCJkaXNhYmxlX2NvbW1lbnRzX29uX2NlcnRhaW5fcG9zdF90eXBlcyI6MSwiZGlzYWJsZV9jb21tZW50c19vbl9wb3N0X3R5cGVzIjp7InBhZ2UiOiIxIiwiYXR0YWNobWVudCI6IjEifSwiY2xvc2VfY29tbWVudHMiOjEsInBhZ2luYXRlX2NvbW1lbnRzIjoxLCJyZW1vdmVfY29tbWVudHNfbGlua3MiOjEsImhlYXJ0YmVhdF9mcmVxdWVuY3kiOiI2MCIsImhlYXJ0YmVhdF9sb2NhdGlvbiI6ImFsbG93X29ubHlfb25fcG9zdF9lZGl0X3BhZ2VzIiwicmVtb3ZlX3JzZCI6MSwicmVtb3ZlX3dpbmRvd3NfbGl2ZV93cml0ZXIiOjEsInJlbW92ZV93b3JkcHJlc3NfZ2VuZXJhdG9yX3RhZyI6MSwicmVtb3ZlX3No |
This file contains hidden or 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_mailpoet_custom_fields | |
wp_mailpoet_dynamic_segment_filters | |
wp_mailpoet_feature_flags | |
wp_mailpoet_forms | |
wp_mailpoet_log | |
wp_mailpoet_mapping_to_external_entities | |
wp_mailpoet_newsletter_links | |
wp_mailpoet_newsletter_option | |
wp_mailpoet_newsletter_option_fields | |
wp_mailpoet_newsletter_posts |
This file contains hidden or 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
itsec_cron | |
itsec_cron_test |
This file contains hidden or 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://support.cloudflare.com/hc/en-us/articles/4729826525965-Configuring-URL-forwarding-or-redirects-with-Page-Rules | |
https://support.cloudflare.com/hc/en-us/articles/200172356-Why-isn-t-a-Page-Rule-working- | |
https://support.cloudflare.com/hc/en-us/articles/218411427-Understanding-and-Configuring-Cloudflare-Page-Rules-Page-Rules-Tutorial- |
This file contains hidden or 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( 'wpseo_breadcrumb_single_link' ,'wpseo_remove_home_breadcrumb', 10 ,2); | |
function wpseo_remove_home_breadcrumb( $link_output , $link ){ | |
$text_to_remove = 'Home'; | |
if( $link['text'] == $text_to_remove ) { | |
$link_output = ''; | |
} | |
return $link_output; |
This file contains hidden or 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
jetpack_activated | |
jetpack_activation_source | |
jetpack_available_modules | |
jetpack_connection_active_plugins | |
jetpack_dismissed_connection_banner | |
jetpack_options | |
jetpack_private_options | |
jetpack_sync_https_history_home_url | |
jetpack_sync_https_history_site_url | |
jetpack_tos_agreed |
This file contains hidden or 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://theseoframework.com/docs/seo-data-migration/ | |
https://wordpress.org/plugins/seo-data-transporter/ |
This file contains hidden or 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://crunchify.com/woocommerce-adds-thousands-of-transient-entries-into-wp-options-table-how-to-delete-and-disable-all-geoip-transient-settings/ | |
https://developer.wordpress.org/cli/commands/transient/delete/ | |
_transient_external_ip_address_% | |
_transient_timeout_external_ip_address_% |
This file contains hidden or 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
updraft_azure | |
updraft_backblaze | |
updraft_cloudfiles | |
updraft_dreamobjects | |
updraft_dropbox | |
updraft_ftp | |
updraft_googlecloud | |
updraft_googledrive | |
updraft_last_lock_time_wpo_cache_preloader_creating_tasks | |
updraft_onedrive |
NewerOlder