Pinned Loading
-
validar-identificacion-ecuador
validar-identificacion-ecuador PublicValidador de identificaciones nacionales e internaiconales para Ecuador, basado en el código de Diaspar
PHP
-
sdk-license-manager-for-woocommerce
sdk-license-manager-for-woocommerce PublicA simple SDK to include in your plugins using the great License Manager for WooCommerce created by Drazen Bebic.
-
Git attributes configuration for any...
Git attributes configuration for any new WP Plugin using PHPStorm 1# fix EOL error for multiple environments for text files
2*.* text eol=lf
34# set image and fonts as binary
5*.png binary
-
Simple WordPress Autoloader
Simple WordPress Autoloader 1<?php
2spl_autoload_register(function($required_file) {
34# Transform file name from class based to file based
5$fixed_name = strtolower( str_ireplace( '_', '-', $required_file ) );
-
Add a shadow text with the desired c...
Add a shadow text with the desired content to a H2 1// To add the text dynamically, use a class (overlay-title) in the h2 to catch the object and modify h2::before for "overlay-title-shadow"
2(function( $ ) {
3'use strict';
45// Window loaded
-
Simple CSS Loader
Simple CSS Loader 1.container {
2height: 300px;
3width: 300px;
4margin: 0 auto;
5display: flex;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.