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
/* Apply filter on Soliloquy query */ | |
add_filter( 'soliloquy_fc_query_args', 'soliloquy_wpml', 10, 3 ); | |
/* Force Soliloquy query to use selected language */ | |
function soliloquy_wpml($query_args, $id, $data) { | |
$query_args['suppress_filters'] = 0; | |
return $query_args; |
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
HOME=~/.electron-gyp | |
./node_modules/node-gyp/bin/node-gyp.js | |
rebuild | |
--target=1.3.4 | |
--arch=x64 | |
--dist-url=https://atom.io/download/atom-shell | |
--verbose |
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 Checkout Apartment No. Field | |
* Plugin URI: https://github.com/hdytsgt | |
* Description: Add apartment number field in checkout billing adress. | |
* Version: 1.0.0 | |
* Author: Hidayat Sagita | |
* Author URI: https://github.com/hdytsgt | |
* Developer: Hidayat Sagita | |
* Developer URI: https://github.com/hdytsgt |