Pinned Loading
-
announcement-banner
announcement-banner PublicWordPress plugin that adds an announcement banner to the top or bottom of your site
PHP
-
find-my-custom-post-types
find-my-custom-post-types PublicWordPress plugin to find and display all the custom post types running on your WordPress site
PHP
-
Add Text Description before the Word...
Add Text Description before the WordPress admin permalink 1function action_edit_form_before_permalink($return){
2return "<div class='url-description'>Make sure you use a really good url!!!!</div>" . $return;
3}
4add_filter( 'get_sample_permalink_html', 'action_edit_form_before_permalink' );
-
Add Text to the Featured Image Meta ...
Add Text to the Featured Image Meta Box in WordPress 1// Add text to the Featured Image Box
23function ChangeFeaturedImageText( $content ) {
45$img_size_text = "Size ratio: 400 x 300";
-
Change the placeholder text of the W...
Change the placeholder text of the WordPress Title 1function ChangeTheTitlePlaceholder(){
2return 'Put Your Awesome Title Here!';
3}
45add_filter( 'enter_title_here', 'ChangeTheTitlePlaceholder' );
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.