Web Lucas
Coming back fresh ...

Add Custom Class To Post Images In WordPress Code Snippet

Here is how you can apply conditionally a CSS class to link elements which contain images embedded into posts. Just add…

Read more

How To Sanitise In WordPress But Keep Html Code Snippet

wp_kses() will do the sanitization of html output but keep the html. While using wp_kses you need to tell it what…

Read more

Why Well Commented Code Is Important? Jsdoc Approach

As you probably know the JSDoc is a popular approach for inline documentation used in many programming…

Read more