I hereby claim:
- I am statickidz on github.
- I am skidz (https://keybase.io/skidz) on keybase.
- I have a public key ASBtgRaCsTa5XJbiKIJUcna4qSMa20J-QGFahsoxAq6pjAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
version: '3.3' | |
services: | |
mysql: | |
image: mysql:5.7.22 | |
volumes: | |
- ./.mysql:/var/lib/mysql/ | |
restart: always | |
environment: | |
MYSQL_ROOT_PASSWORD: root |
<?php | |
/** | |
* @snippet Show Custom Filter and Admin Column for Catalog Visibility @ WooCommerce Products Admin | |
* @sourcecode https://gist.github.com/statickidz/6a539550d8e0d13d2c3d12318672e816 | |
* @author Adrián Barrio Andrés (statickidz.com) | |
*/ | |
add_filter('woocommerce_product_filters', 'skidz_filter_by_catalog_visibility_dashboard_products'); |
<?php | |
/** | |
* @snippet Woocommerce - External Links New Tab for Affiliates | |
* @sourcecode https://gist.github.com/statickidz/72be96dca9cd39331f1fcbdc59392f5b | |
* @author Adrián Barrio Andrés (statickidz.com) | |
*/ | |
/** | |
* Redirect WC external products single to his affiliate link |
Search: \b[A-Z0-9._%-]+@ | |
Replace: staging_$0 |