Skip to content

Instantly share code, notes, and snippets.

View besrabasant's full-sized avatar
💻
Vibe coding

Basant Besra besrabasant

💻
Vibe coding
View GitHub Profile
@besrabasant
besrabasant / wp_custom_title_placeholder_text.php
Last active May 18, 2018 15:42 — forked from isGabe/wp_custom_title_placeholder_text.php
WordPress: Custom placeholder text for custom post type title input box #snippet #WordPress
<?php
/*
replacing the default "Enter title here" placeholder text in the title input box
with something more descriptive can be helpful for custom post types
place this code in your theme's functions.php or relevant file
source: http://flashingcursor.com/wordpress/change-the-enter-title-here-text-in-wordpress-963
*/