Skip to content

Instantly share code, notes, and snippets.

View radeno's full-sized avatar

Radovan Šmitala radeno

  • C3
  • Slovakia
View GitHub Profile
@radeno
radeno / genymotionwithplay.txt
Created March 31, 2016 12:03 — forked from wbroek/genymotionwithplay.txt
Genymotion with Google Play Services
Download the following ZIPs:
ARM Translation Installer v1.1 (http://www.mirrorcreator.com/files/0ZIO8PME/Genymotion-ARM-Translation_v1.1.zip_links)
Download the correct GApps for your Android version:
Google Apps for Android 6.0 (https://www.androidfilehost.com/?fid=24052804347835438 - benzo-gapps-M-20151011-signed-chroma-r3.zip)
Google Apps for Android 5.1 (https://www.androidfilehost.com/?fid=96042739161891406 - gapps-L-4-21-15.zip)
Google Apps for Android 5.0 (https://www.androidfilehost.com/?fid=95784891001614559 - gapps-lp-20141109-signed.zip)
Google Apps for Android 4.4.4 (https://www.androidfilehost.com/?fid=23501681358544845 - gapps-kk-20140606-signed.zip)
Google Apps for Android 4.3 (https://www.androidfilehost.com/?fid=23060877490000124 - gapps-jb-20130813-signed.zip)
@radeno
radeno / gist:203e2acd53f647b61cad
Created November 18, 2014 20:30
WPML Custom Post Type translated slug
<?php
$post_type = get_post_type_object($custom_post_type_name);
$translated_slug = WPML_Slug_Translation::get_translated_slug($post_type->rewrite['slug'], ICL_LANGUAGE_CODE);
// it is neccesary to use rewrite slug (may be different from custom post type slug)
?>