Code & Blog

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 »
Blog Categories

Most Popular