See what formula are available.
brew search mysql
==> Formulae
<?php | |
/* | |
* Set the following constants in wp-config.php. | |
* These should be added somewhere BEFORE the constant ABSPATH is defined. | |
* | |
* Author: Chad Butler | |
* Author URI: https://butlerblog.com | |
* | |
* For more information and instructions, see: https://b.utler.co/Y3 |
<?php | |
/* | |
+=====================================================================+ | |
| NinjaFirewall optional configuration file | | |
| | | |
| See: https://nintechnet.com/ninjafirewall/wp-edition/help/?htninja | | |
| | | |
+=====================================================================+ | |
| | | |
| BEDROCK SUPPORT | |
<?php | |
if ( ! class_exists( 'WooCommerce' ) ) { | |
return; | |
} | |
// Remove WooCommerce enqueued styles | |
add_filter( 'woocommerce_enqueue_styles', '__return_empty_array' ); | |
// Remove WooCommerce prettyPhoto | |
if( ! function_exists( 'ekko_remove_woo_scripts' ) ) { |
#!/bin/bash | |
############################################################ | |
# Squid Proxy Installer | |
# Author: Yujin Boby | |
# Email: [email protected] | |
# Github: https://github.com/serverok/squid-proxy-installer/ | |
# Web: https://serverok.in/squid | |
############################################################ | |
# For paid support, contact | |
# https://serverok.in/contact |
/* START Make the WooCommerce Cart Table Responsive for Mobile */ | |
/* CSS published in http://www.jeremycarter.com.au/optimising-woocommerce-checkout-for-mobile/ */ | |
@media screen and (max-width: 600px) { | |
/* Force table to not be like tables anymore */ | |
.woocommerce-page table.shop_table, | |
.woocommerce-page table.shop_table thead, | |
.woocommerce-page table.shop_table tbody, | |
.woocommerce-page table.shop_table th, |
1. Install Xcode, if you haven't already. | |
a. Once installed, run Xcode and accept the license agreement. | |
b. Go into Xcode Prefs (Cmd + ,), go to Downloads, and install "Command Line Tools for Xcode" (or something named similarily) | |
2. Install Homebrew (copy and paste the following into your terminal): | |
```bash | |
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" |
<?php | |
/** | |
* This little class records how long it takes each WordPress action or filter | |
* to execute which gives a good indicator of what hooks are being slow. | |
* You can then debug those hooks to see what hooked functions are causing problems. | |
* | |
* This class does NOT time the core WordPress code that is being run between hooks. | |
* You could use similar code to this that doesn't have an end processor to do that. | |
* |
This Skewed Slider with Scrolling based on Pure JS and CSS (without libraries).
A Pen by Victor Belozyorov on CodePen.
This content from this markdown file has moved a new, happier home where it can serve more people. Please check it out : https://docs.microsoft.com/azure/azure-cache-for-redis/cache-best-practices.