- xo
- xoxo
- xoxoxo
- Besos y abrazos
- bisou
- bisous
- baci
- 꽁냥꽁냥
  
    
      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
    
  
  
    
  | /** | |
| * @type {Object} JavaScript namespace for our application. | |
| */ | |
| var Custom_Modal = {}; | |
| (function($, Custom_Modal) { | |
| var $ = jQuery; | |
| _.extend( Custom_Modal, { view: {}, controller: {} } ); | 
  
    
      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 | |
| /** | |
| * Sample use: | |
| * WordPres Customizer is dependant on functionality in the theme. Just in case | |
| * the current theme doesn't support WordPress Customizer we'll use a theme | |
| * that supports it. | |
| */ | |
| class NN { | |
| private $theme_name = 'twentysixteen'; | 
  
    
      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
    
  
  
    
  | var Library = wp.media.controller.Library; | |
| var oldMediaFrame = wp.media.view.MediaFrame.Post; | |
| // Extending the current media library frame to add a new tab | |
| wp.media.view.MediaFrame.Post = oldMediaFrame.extend({ | |
| initialize: function() { | |
| // Calling the initalize method from the current frame before adding new functionality | |
| oldMediaFrame.prototype.initialize.apply( this, arguments ); | 
We have been moved for better. Look Here for an Updated Version. People are also contributing there for making it more beautiful. See you there!!!
  
    
      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 | |
| // NOTE: It would normally be recommended to split a block's JavaScript | |
| // implementation to a separate file, but is authored here in a single | |
| // file for convenience's sake. | |
| // | |
| // See: https://github.com/WordPress/gutenberg/pull/2791 | |
| /** | |
| * Plugin Name: Stars Block | 
  
    
      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
    
  
  
    
  | #! /bin/bash | |
| # The Purpose of this Script is to batch convert and compress any video file to mp4 format | |
| # | |
| # WARNING: LOSSY COMPRESSION !!! | |
| # Variable used: | |
| # sourcedir is the directory where to be converted videos are. Converted video will be saved in the same folder | |
| # usage: | 
Enter this in the search box along with your search terms:
Get all gists from the user santisbon.
user:santisbon
Find all gists with a .yml extension.
extension:yml
Find all gists with HTML files.
language:html
  
    
      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
    
  
  
    
  | ( function( wp ) { | |
| var el = wp.element.createElement; | |
| var __ = wp.i18n.__; | |
| wp.blocks.registerBlockType( 'learn-gutenberg/ex2-vue', { | |
| title: __( 'Learn Gutenberg Example 2: VueJS', 'learn-gutenberg' ), | |
| category: 'widgets', | |
| supportHTML: false, | |
| attributes: { | |
| who: { |