WordPress / Learn

WordPress.org Learn - The canonical source for the code and content behind https://learn.WordPress.org
275 stars 102 forks source link

WordPress Filter Hooks #2081

Closed jonathanbossenger closed 8 months ago

jonathanbossenger commented 11 months ago

Details

Learning Objectives

Related Resources and Other Notes

Automation Code

jonathanbossenger commented 9 months ago

Lesson creation checklist

jonathanbossenger commented 9 months ago

Script:

https://github.com/jonathanbossenger/wp-content/blob/main/developer-learning-pathway/wordpress-hooks/03-filter-hooks.md

jonathanbossenger commented 8 months ago

Video for review:

https://github.com/WordPress/Learn/assets/180629/76db3243-1d00-4964-969c-954a9ae382b4

JunebackpocketACE commented 8 months ago

I watched Hooks, Action Hooks, I might as well finish with Filter Hooks. :) I had playback issues with this video at around the 3-minute mark. I refreshed and rewatched it from the beginning.

ironnysh commented 8 months ago

Tutorial/Lessons Review Checklist

Same here, @JunebackpocketACE :-))

After watching all three, I wonder if it would make sense to show the snippets from the other lessons on screen, so people can better orient themselves inside the functions.php file. On the other hand, in the first tutorial (Hooks) you demonstrate the functionality using a plugin, which means going back to record a new section.

jonathanbossenger commented 8 months ago

After watching all three, I wonder if it would make sense to show the snippets from the other lessons on screen, so people can better orient themselves inside the functions.php file. On the other hand, in the first tutorial (Hooks) you demonstrate the functionality using a plugin, which means going back to record a new section.

Yeah, this one I struggle with a lot, especially in the context of learning pathway lessons vs stand-alone tutorials. How much is too much/how little is too little.

I'm going to make a note of this, but publish the lesson as is anyway. If we get feedback from learners that it's confusing, I can always add the extra bits.

jonathanbossenger commented 8 months ago

https://learn.wordpress.org/lesson/filter-hooks/