Open jonathanbossenger opened 3 months ago
Content type (Online Workshop, Lesson, Course, Tutorial, or Lesson Plan): Lesson
Content title: Removing hooks
Topic description: How to remove callback functions from firing on specific hooks
Audience (User, Developer, Designer, Contributor, etc.): Developer
Experience Level (Beginner, Intermediate, Advanced, Any): Intermediate
It is assumed that the learner has already completed the following lessons:
Beginner WordPress developer
Explain why you might want to remove a callback function from a hook
Demonstrate an example of removing a callback function from a hook
Demonstrate how to remove all callbacks from a specific hook
https://developer.wordpress.org/plugins/hooks/advanced-topics/#removing-actions-and-filters
Details
Content type (Online Workshop, Lesson, Course, Tutorial, or Lesson Plan): Lesson
Content title: Removing hooks
Topic description: How to remove callback functions from firing on specific hooks
Audience (User, Developer, Designer, Contributor, etc.): Developer
Experience Level (Beginner, Intermediate, Advanced, Any): Intermediate
Prerequisites
It is assumed that the learner has already completed the following lessons:
Beginner WordPress developer
Learning Objectives
Explain why you might want to remove a callback function from a hook
Demonstrate an example of removing a callback function from a hook
Demonstrate how to remove all callbacks from a specific hook
Related Resources and Other Notes
https://developer.wordpress.org/plugins/hooks/advanced-topics/#removing-actions-and-filters
Automation Code