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 | |
| /** | |
| * 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 | |
| */ |