The 'edit_user_profile' action hook is a WordPress filter that allows you to add new fields or sections to the user profile editing screen in the WordPress admin area. This action…
Online form fields require two fields - input and label - which work together to describe and collect information. One question that often comes up is whether to use input…
The <ol> HTML element is used to create ordered lists. For example First item Second item Third item There are two useful attributes to make the most of ordered list.…
As a WordPress plugin developer, ensuring the security of your plugin is crucial. One way to do this is to understand and implement data sanitization in your plugin. Data sanitization…
The following WordPress PHP function will automatically remove the inline style from the tag cloud widget. By default the tag cloud includes inline style that sets the font size of…
The following WordPress PHP function will automatically add the plain text alternative source to outgoing emails. This provides a non-HTML formatted version of the email, which is sometimes preferred by…
A non-breaking space allows you to add a space between two words that prevents an automatic line break (line wrap) at its position. They're commonly used where amounts, such as dollars…
When videos are played in VLC Media Player the file name is briefly displayed on screen. These steps show how to disable the file name being displayed on screen when…
When VLC Media Player is in full screen mode the toolbar appears when the mouse is moved. These these show how to disable the toolbar when in full screen mode.…