Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is hooks and types of hooks in wordpress?



What is hooks and types of hooks in wordpress?..

Answer / Lalit Kumar Yadav

Hooks in WordPress are a system that allows developers to interact with the core functionality at specific points during the execution of PHP code. This interaction can be used to customize or extend WordPress's behavior, such as adding new features, modifying existing ones, or enhancing security and performance.

There are two main types of hooks in WordPress: actions and filters.

1. Actions: These hooks allow you to execute custom functionality at various points in the WordPress life cycle (e.g., `init`, `wp_head`, and `save_post`). You can attach your functions to these action hooks using the `add_action()` function.
2. Filters: These hooks enable you to modify or manipulate data before it is saved or outputted by WordPress (e.g., post content, user registration details, and comment text). You can use the `add_filter()` function to attach your functions to filter hooks.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WordPress Interview Questions

Why doesn't the following code print the newline properly?

1 Answers  


Explain me how you can disable the wordpress comment?

1 Answers  


How do I make my wordpress site public?

1 Answers  


What is the default wordpress theme?

1 Answers  


Explain what are the rules that you have to follow for wordpress plugin development?

1 Answers  


Can you create multiple websites on wordpress?

1 Answers  


Explain me at what instance you get locked out of your wordpress admin and see your website as a blank screen?

1 Answers  


When you will use endif function to end the condition statement?

1 Answers  


How do I update wordpress automatically?

1 Answers  


Are wordpress plugins free?

1 Answers  


How do I post under a menu in wordpress?

1 Answers  


How will you select a wordpress theme?

1 Answers  


Categories