Skip to content

Instantly share code, notes, and snippets.

View petronius's full-sized avatar

Michael Schuller petronius

  • BCG Digital Ventures
  • Berlin
View GitHub Profile
@petronius
petronius / polygon-with-a-hole.geojson
Last active September 25, 2018 14:23 — forked from andrewharvey/polygon-with-a-hole.geojson
A GeoJSON Polygon with a hole
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@petronius
petronius / gist:c0a5a27dc4b002f074acba30fe328778
Created May 31, 2016 09:26 — forked from gyrus/gist:3155982
Rename WordPress "Posts" to "News"
<?php
/**
* Rename "Posts" to "News"
*
* @link http://new2wp.com/snippet/change-wordpress-posts-post-type-news/
*/
add_action( 'admin_menu', 'pilau_change_post_menu_label' );
add_action( 'init', 'pilau_change_post_object_label' );
function pilau_change_post_menu_label() {