Skip to content

Instantly share code, notes, and snippets.

View sebastianmoran-mainwp's full-sized avatar
🚀
Fast Lane Strategies: Turbocharging Your WordPress Website for Optimal Speed.

Sebastian Moran sebastianmoran-mainwp

🚀
Fast Lane Strategies: Turbocharging Your WordPress Website for Optimal Speed.
View GitHub Profile
@sebastianmoran-mainwp
sebastianmoran-mainwp / Commands
Created February 20, 2019 20:12
Remove ManageWP options left after the worker plugin is removed from WordPress using WP-CLI
# 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
@sebastianmoran-mainwp
sebastianmoran-mainwp / Import code
Created September 26, 2018 03:18
WP Disable - Import very safe default for WooCommerce stores
eyJ3cC1kaXNhYmxlIjp7ImRpc2FibGVfZ3JhdmF0YXJzIjowLCJkaXNhYmxlX2dyYXZhdGFyc19vbmx5X2NvbW1lbnRzIjowLCJkaXNhYmxlX3JlZmVycmFsX3NwYW0iOjEsInJlbW92ZV9qcXVlcnlfbWlncmF0ZSI6MCwiZG5zX3ByZWZldGNoIjowLCJkbnNfcHJlZmV0Y2hfaG9zdF9saXN0IjoiIiwiZGlzYWJsZV9lbW9qaSI6MSwiZGlzYWJsZV9lbWJlZHMiOjEsInJlbW92ZV9xdWVyeXN0cmluZ3MiOjEsImxhenlfbG9hZF9nb29nbGVfZm9udHMiOjAsImxhenlfbG9hZF9mb250X2F3ZXNvbWUiOjAsInJlbW92ZV95b2FzdF9jb21tZW50IjoxLCJyZW1vdmVfeW9hc3RfYnJlYWRjcnVtYnNfZHVwbGljYXRlcyI6MSwiZGVmYXVsdF9waW5nX3N0YXR1cyI6MSwiZGlzYWJsZV9hbGxfY29tbWVudHMiOjAsImRpc2FibGVfYXV0aG9yX3BhZ2VzIjowLCJkaXNhYmxlX2NvbW1lbnRzX29uX2NlcnRhaW5fcG9zdF90eXBlcyI6MSwiZGlzYWJsZV9jb21tZW50c19vbl9wb3N0X3R5cGVzIjp7InBhZ2UiOiIxIiwiYXR0YWNobWVudCI6IjEifSwiY2xvc2VfY29tbWVudHMiOjEsInBhZ2luYXRlX2NvbW1lbnRzIjoxLCJyZW1vdmVfY29tbWVudHNfbGlua3MiOjEsImhlYXJ0YmVhdF9mcmVxdWVuY3kiOiI2MCIsImhlYXJ0YmVhdF9sb2NhdGlvbiI6ImFsbG93X29ubHlfb25fcG9zdF9lZGl0X3BhZ2VzIiwicmVtb3ZlX3JzZCI6MSwicmVtb3ZlX3dpbmRvd3NfbGl2ZV93cml0ZXIiOjEsInJlbW92ZV93b3JkcHJlc3NfZ2VuZXJhdG9yX3RhZyI6MSwicmVtb3ZlX3No
@sebastianmoran-mainwp
sebastianmoran-mainwp / Tables
Last active August 9, 2022 20:25
MailPoet plugin created custom database tables
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
@sebastianmoran-mainwp
sebastianmoran-mainwp / Cron events
Created May 27, 2022 21:47
iThemes Security plugin data
itsec_cron
itsec_cron_test
@sebastianmoran-mainwp
sebastianmoran-mainwp / Links
Created April 13, 2022 01:05
Cloudflare page rules for domain forwarding
@sebastianmoran-mainwp
sebastianmoran-mainwp / functions.php
Created December 31, 2021 01:03
Remove home from breadcrumbs in Yoast SEO
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;
@sebastianmoran-mainwp
sebastianmoran-mainwp / Option names
Created December 3, 2021 04:14
Jetpack plugin options
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
@sebastianmoran-mainwp
sebastianmoran-mainwp / Links
Created August 13, 2021 18:42
Migrate to the SEO Framework (TSF) plugin
@sebastianmoran-mainwp
sebastianmoran-mainwp / Links
Created April 16, 2021 20:30
Delete WooCommerce transients related to GeoIP
@sebastianmoran-mainwp
sebastianmoran-mainwp / Option names
Created March 6, 2021 01:52
UpdraftPlus plugin options
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