Code & Blog

Category: WordPress

Importance of esc_url, esc_attr & esc_html in WP

esc_url, esc_attr and esc_html known as Validating, Sanitizing, and Escaping. Long story short, the main reason these things are important because escaping (fundamentally, sanitizing input and escaping output) is a critical aspect

Read More »

Notes About WordPress Hook

Hook is known is event broadcasting system in WordPress. There are 2 types of Hook: a) Action Hook b) Filter Hook ACTION HOOK: Cannot modify final action/decision. FILTER HOOK: You can modify

Read More »

WordPress Security 101: Tips & Tricks

1. Disable XML-RPC in WordPress XML-RPC allows you to post on your WordPress blog using popular weblog clients like Windows Live Writer. It is also needed if you are using the WordPress

Read More »
Blog Categories

Most Popular