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 | |
| /** | |
| * Enqueue scripts and styles. | |
| * | |
| * @since 1.0.0 | |
| */ | |
| function ja_global_enqueues() { | |
| wp_enqueue_style( | |
| 'jquery-auto-complete', |
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
| sudo apt-get update | |
| sudo apt-get install -y apt-transport-https ca-certificates | |
| sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D | |
| echo "deb https://apt.dockerproject.org/repo ubuntu-xenial main" | sudo tee /etc/apt/sources.list.d/docker.list | |
| sudo apt-get update | |
| sudo apt-get install -y linux-image-extra-$(uname -r) linux-image-extra-virtual | |
| sudo apt-get install -y docker-engine | |
| sudo curl -L "https://github.com/docker/compose/releases/download/1.9.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose | |
| sudo chmod +x /usr/local/bin/docker-compose | |
| sudo groupadd docker |
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 | |
| /********* DO NOT COPY THE PARTS ABOVE THIS LINE *********/ | |
| /** | |
| * Changes the URL used for the Google Sitelink Search Box functionality in WordPress SEO (Premium) | |
| * The returned string must always include {search_term} to indicate where the search term should be used. | |
| * | |
| * @returns string new searchURL | |
| */ | |
| function yoast_change_ssb_search() { |
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
| nombre | name | nom | iso2 | iso3 | phone_code | |
|---|---|---|---|---|---|---|
| Afganistán | Afghanistan | Afghanistan | AF | AFG | 93 | |
| Albania | Albania | Albanie | AL | ALB | 355 | |
| Alemania | Germany | Allemagne | DE | DEU | 49 | |
| Algeria | Algeria | Algérie | DZ | DZA | 213 | |
| Andorra | Andorra | Andorra | AD | AND | 376 | |
| Angola | Angola | Angola | AO | AGO | 244 | |
| Anguila | Anguilla | Anguilla | AI | AIA | 1 264 | |
| Antártida | Antarctica | L'Antarctique | AQ | ATA | 672 | |
| Antigua y Barbuda | Antigua and Barbuda | Antigua et Barbuda | AG | ATG | 1 268 |