Skip to content

Instantly share code, notes, and snippets.

View webhouse-dev's full-sized avatar

webhouse.dev webhouse-dev

View GitHub Profile
@webhouse-dev
webhouse-dev / Blocksy Suggestions.md
Last active January 25, 2021 01:43
Blocksy Theme Feature Suggestions

WooCommerce

  • filters
  • category description option to move below content
  • option to change single product and single category width
  • adapt custom attributes in menus and taxonomy archives
  • category settings: display subcategory filter
  • category featured image

WordPress

  • add integration with Mailer Lite
<?php
/**
* Description: MU-Plugin of CLI command to purge WooCommerce data.
* Plugin URI: https://gist.github.com/crstauf/0917df51455efa1a61058c050565fe72
* Author: Caleb Stauffer
* Author URI: https://develop.calebstauffer.com
*/
if ( !defined( 'WP_CLI' ) || !WP_CLI )
return;