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
const sass = require('sass'); | |
const cleanCSS = require('clean-css'); | |
module.exports = class { | |
data() { | |
return { | |
layout: false, | |
permalink: '/style.css', | |
eleventyExcludeFromCollections: true, | |
}; |
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
<?php | |
add_action( 'init', function() { | |
remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10 ); | |
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 ); | |
remove_action( 'woocommerce_proceed_to_checkout', 'woocommerce_button_proceed_to_checkout', 20 ); | |
remove_action( 'woocommerce_checkout_order_review', 'woocommerce_checkout_payment', 20 ); | |
add_action( 'woocommerce_before_main_content', 'resknow_show_checkout_disable_notice', 5 ); | |
add_action( 'woocommerce_before_cart', 'resknow_show_checkout_disable_notice', 5 ); |
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
# Last updated: 12th March 2024 | |
# | |
# Note: This is a list from the Gutenberg repo so these | |
# may not all be in the Core Block Editor at the time | |
# of writing | |
archives | |
audio | |
block | |
button |
OlderNewer