- Install Homebrew:
Install Homebrew : /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Install GNU gettext:
brew install gettext
- Then you must add that package to your path:
echo 'export PATH="/usr/local/opt/gettext/bin:$PATH"' >> ~/.bash_profile
- Restart your computer! (Otherwise you will get "sh: msguniq: command not found" error).
This file contains hidden or 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
[ | |
{ | |
"state": "Abia", | |
"lgas": [ | |
"Aba North", | |
"Aba South", | |
"Arochukwu", | |
"Bende", | |
"Ikawuno", | |
"Ikwuano", |
This file contains hidden or 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
/** | |
* Generate signature for ZoomMtg JSSDK. | |
* | |
* @param string $api_key You REST API Key | |
* @param string $api_secret You REST API Secret | |
* @param int $meeting_number The meeting number you are creating the signature for | |
* @param int $role Role that this signature is for; 0 for participant, 1 for host | |
* | |
* @return string Returns the signature string | |
* |
This file contains hidden or 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 | |
/** | |
* Plugin Name: WooCommerce Free Gift Coupons: Sync to Required Products | |
* Plugin URI: http://www.woocommerce.com/products/free-gift-coupons/ | |
* Description: Sync the quantity of the Free Gift product to the quantity of a required purchased product | |
* Version: 1.0.0.beta.1 | |
* Author: Kathy Darling | |
* Author URI: http://kathyisawesome.com | |
* Requires at least: 4.4 | |
* Tested up to: 5.1.0 |
This file contains hidden or 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 | |
/** | |
* Plugin Name: WC Minimalize Checkout Settings | |
* Plugin URI: https://woocommerce.com/ | |
* Description: Reduce checkout to the bare minimum. | |
* Version: 1.0.0 | |
* Author: Kathy Darling | |
* Author URI: http://kathyisawesome.com/* | |
* Requires at least: 5.3.0 | |
* Tested up to: 5.3.0 |
This file contains hidden or 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
diff --git a/node_modules/react-native-google-places/ios/NSMutableDictionary+GMSPlace.h b/node_modules/react-native-google-places/ios/NSMutableDictionary+GMSPlace.h | |
index 8991707..4e517b7 100644 | |
--- a/node_modules/react-native-google-places/ios/NSMutableDictionary+GMSPlace.h | |
+++ b/node_modules/react-native-google-places/ios/NSMutableDictionary+GMSPlace.h | |
@@ -1,5 +1,6 @@ | |
#import <Foundation/Foundation.h> | |
#import <GooglePlaces/GooglePlaces.h> | |
+#import <GoogleMapsBase/GoogleMapsBase.h> | |
@interface NSMutableDictionary (GMSPlace) |
This file contains hidden or 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 | |
/** | |
* Unhook a closure from a WordPress action by using the class the closure binds to to compare. | |
*/ | |
$action_name = 'admin_notices'; | |
$priority = 10; | |
$expected_class = MyClass::class; |
This file contains hidden or 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
//Woocommerce Checkout JS events | |
$( document.body ).trigger( 'init_checkout' ); | |
$( document.body ).trigger( 'payment_method_selected' ); | |
$( document.body ).trigger( 'update_checkout' ); | |
$( document.body ).trigger( 'updated_checkout' ); | |
$( document.body ).trigger( 'checkout_error' ); | |
//Woocommerce cart page JS events | |
$( document.body ).trigger( 'wc_cart_emptied' ); | |
$( document.body ).trigger( 'update_checkout' ); |
This file contains hidden or 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 | |
/** | |
* List of Phone Validator for WooCommerce custom Filters and how to use. | |
* | |
* Please feel free to add more to this, and don't forget to add your name to contributors, if you want to. | |
* | |
* @author Precious Omonzejele (CodeXplorer 🤾🏽♂️🥞🦜🤡) | |
* @contributors ...add name(s) here | |
*/ |
This file contains hidden or 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 | |
/** | |
* Plugin Name: Local Dev modifications | |
* Plugin URI: https://kathyisawesome.com/ | |
* Description: Custom snippets for local development | |
* Version: 1.0.0 | |
* Author: Kathy Darling | |
* Author URI: https://kathyisawesome.com | |
*/ |