Skip to content

Instantly share code, notes, and snippets.

View sebastianmoran-mainwp's full-sized avatar
🚀
Safeguarding Your Business from Password Spraying Tactics

Sebastian Moran sebastianmoran-mainwp

🚀
Safeguarding Your Business from Password Spraying Tactics
View GitHub Profile
@sebastianmoran-mainwp
sebastianmoran-mainwp / functions.php
Created December 8, 2019 03:29
Remove Rank Math SEO plugin data on uninstall
add_filter( 'rank_math_clear_data_on_uninstall', '__return_true' );
@sebastianmoran-mainwp
sebastianmoran-mainwp / functions.php
Created December 6, 2019 22:03
Use Parent Theme Customizer Settings in Child Theme for Suki Theme
if ( ! defined( 'SUKI_CHILD_USE_PARENT_MODS' ) ) {
define( 'SUKI_CHILD_USE_PARENT_MODS', true );
}
@sebastianmoran-mainwp
sebastianmoran-mainwp / app.yml
Created December 6, 2019 04:01
Discource plugins to install
hooks:
after_code:
- exec:
cd: $home/plugins
cmd:
- mkdir -p plugins
- git clone https://github.com/discourse/discourse-assign.git
- git clone https://github.com/discourse/discourse-spoiler-alert.git
- git clone https://github.com/discourse/discourse-perspective-api.git
- git clone https://github.com/discourse/discourse-akismet.git
@sebastianmoran-mainwp
sebastianmoran-mainwp / Link
Created November 17, 2019 19:15
How Do I Change the WooCommerce Shop Page meta data in Yoast SEO
@sebastianmoran-mainwp
sebastianmoran-mainwp / Link
Created November 17, 2019 19:03
Exclude an image from being optimized when using Autoptimize
@sebastianmoran-mainwp
sebastianmoran-mainwp / Custom DB tables
Created November 15, 2019 21:53
Koko Analytics plugin created custom database tables
wp_koko_analytics_post_stats
wp_koko_analytics_referrer_stats
wp_koko_analytics_referrer_urls
wp_koko_analytics_site_stats
@sebastianmoran-mainwp
sebastianmoran-mainwp / Link
Created November 9, 2019 20:39
Using UpCloud with RunCloud
@sebastianmoran-mainwp
sebastianmoran-mainwp / Links
Created November 5, 2019 00:39
Cloudflare Workers Existing Sites
@sebastianmoran-mainwp
sebastianmoran-mainwp / Link
Created November 3, 2019 18:34
Cloudflare Workers Debugging Tips
@sebastianmoran-mainwp
sebastianmoran-mainwp / Links
Created November 3, 2019 18:23
Cloudflare Workers Optimization Examples