How To Sanitise In WordPress But Keep Html Code Snippet

When building WordPress themes or plugins, sanitizing user input is essential for security. But sometimes, you need to sanitize content without stripping…

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…