View Cron events
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
itsec_cron | |
itsec_cron_test |
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://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- |
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( '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; |
View Option names
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
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 |
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://theseoframework.com/docs/seo-data-migration/ | |
https://wordpress.org/plugins/seo-data-transporter/ |
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://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_% |
View Option names
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
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 |
View Option names
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
security_wp_dismiss_welcome_notice | |
security-wp-checklist-autorun | |
security-wp-cron-jobs | |
security-wp-firewall | |
security-wp-hardening | |
security-wp-log | |
security-wp-login | |
security-wp-notifications | |
security-wp-setup |
View .htaccess
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
# BEGIN SMUSH-WEBP | |
<IfModule mod_rewrite.c> | |
RewriteEngine On | |
RewriteCond %{DOCUMENT_ROOT}/wp-content/smush-webp/disable_smush_webp !-f | |
RewriteCond %{HTTP_ACCEPT} image/webp | |
RewriteCond %{REQUEST_FILENAME} -f | |
RewriteCond %{DOCUMENT_ROOT}/wp-content/smush-webp/$1.$2.webp -f | |
RewriteRule ^/?(.+)\.(jpe?g|png)$ /wp-content/smush-webp/$1.$2.webp [NC,T=image/webp,E=WEBP_image] | |
</IfModule> |
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/WebDevStudios/wp-search-with-algolia/issues/88 | |
https://wordpress.org/support/topic/add-product-info-to-wp_searchable_posts-indices/ |
NewerOlder