Skip to content

Instantly share code, notes, and snippets.

View bepatrickdavid's full-sized avatar

bepatrickdavid bepatrickdavid

View GitHub Profile
@bepatrickdavid
bepatrickdavid / gist:c2c1ed09feca001d710d
Last active July 20, 2017 16:40
WP: Woocommerce add new custom field checkout
//example
function add_custom_stock_type() {
?>
<script type="text/javascript">
jQuery(function(){
jQuery('._stock_status_field').not('.custom-stock-status').remove();
});
</script>
<?php
@bepatrickdavid
bepatrickdavid / gist:ad7681324ae21ddc373c
Created June 9, 2015 14:46
jQUERY: Get videos of channel youtube api v3
<div id="youtube-mychannel">
<ul id="results"></ul>
</div>
<style>
#youtube-mychannel ul {
width:100%;
}
#youtube-mychannel ul li{
@bepatrickdavid
bepatrickdavid / gist:a0e2ab36c67e22a8ee13
Last active August 29, 2015 14:21
GMAPS: Mappa con pin e colori
<div class="row maps">
<div class="col-md-12" id="map-canvas">
</div>
</div>
<!-- Google Maps -->
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&signed_in=true"></script>
<script>