Skip to content

Instantly share code, notes, and snippets.

View lasida's full-sized avatar
🎯
Focusing

Lasida lasida

🎯
Focusing
View GitHub Profile
<?php
// Elementor Class
if ( ! defined( 'ABSPATH' ) ) exit;
// This file is pretty much a boilerplate WordPress plugin.
// It does very little except including wp-widget.php
class ElementorRecentProduct {
private static $instance = null;
@lasida
lasida / Facebook Languange Code list php array
Created February 22, 2017 09:10
Facebook Languange Code list Array PHP for Displaying Select Box necessary
<?php
/**
* Facebook Languange Code list Array PHP.
*
* Locales taken from http://www.facebook.com/translations/FacebookLocales.xml
*
* Last Updated: 22/02/2017
*
* @author Lasida Azis
* Inspiration from SVC Invoke
@lasida
lasida / gist:1c7b7c8cd72b4ae5e48a57983e167ffb
Created December 30, 2016 09:02
Code Javascript to Click All Element Except The Element ( Auto Close Element )
$(document).mousedown(function(e) {
if (!$(e.target).is('.cart-counter,.cart-holders div,.cart-holders ul,.cart-holders li, .cart-holders p,.cart-holders span,.cart-holders a')) {
$('div.cart-holders').fadeOut();
}
})
esc_html__([(])([ ]?)([']?)([ ]?)([A-Za-z_ ]+)([(]?)([)]?)([ ]?)([']?)([ ]?)([)])([;]?)