Skip to content

Instantly share code, notes, and snippets.

View philiprabbett's full-sized avatar

Philip Rabbett philiprabbett

View GitHub Profile
@philiprabbett
philiprabbett / functions.php
Created August 15, 2017 13:38
Change post type label strings referencing 'Post(s)' to 'News' in Wordpress
<?php
/**
* Change post type label strings referencing 'Post(s)' to 'News' in Wordpress
*
* @param object $labels Current post type labels
* @return object Modified post type labels
* @since 3.5.0
*
* @source https://stackoverflow.com/a/44315084
*/