I need to edit the “Help” section of the “Page” page in the Admin panel. Since wordpress doesn’t allow multiple line breaks I need to make sure the user knows that if they add the “
” tag in the HTML section they will achieve the line break so I figure what better place to add this than the help section. I can’t seem to find the Page file though. Directory Help?
Leave a Reply
You must be logged in to post a comment.
You can add the custom help by adding a hook to the page load e.g.
page-new.php
would becomeload-page-new.php
If you don’t want the default help to still display, simply remove
echo $help;
Edited to return rather echo the values.