Wordpress Hooks Tutorial for beginners from scratch #1 Introduction, Type of hooks, Syntax, Examples
2
Wordpress Hooks Tutorial for beginners from scratch #2 Action hook "init" Example register_post_type
3
Wordpress Hooks Tutorial for beginners from scratch #3 Action hook "widgets_init" register widget
4
Wordpress Hooks Tutorial for beginners from scratch #4 Action hook "admin_menu" register menu
5
Wordpress Hooks Tutorial for beginners from scratch #5 admin_enqueue_script & wp_enqueue_script hook
6
Wordpress Hooks Tutorial for beginners from scratch #6 Action hook "admin_bar_menu"
7
Wordpress Hooks Tutorial for beginners from scratch #7 Action hook "admin_notices"
8
Wordpress Hooks Tutorial for beginners from scratch #8 Action hook "add_meta_boxes"
9
Wordpress Hooks Tutorial for beginners from scratch #9 Action hook "save_post"
10
Wordpress Hooks Tutorial for beginners from scratch #10 Action hook "login_enqueue_scripts"
11
Wordpress Hooks Tutorial for beginners from scratch #11 Action hook "wp_head" & 'wp_footer'
12
Wordpress Hooks Tutorial for beginners from scratch #12 Action hook "login_form"
13
Wordpress Hooks Tutorial for beginners from scratch #13 Action hook "login_head"
14
Wordpress Hooks Tutorial for beginners from scratch #14 Action hook "wp_login"
15
Wordpress Hooks Tutorial for beginners from scratch #15 Filter hook "the_title"
16
Wordpress Hooks Tutorial for beginners from scratch #16 Filter hook "the_content"
17
Wordpress Hooks Tutorial for beginners from scratch #17 Simple login filter hooks ( url, title )
18
Wordpress Hooks Tutorial for beginners from scratch #18 Logout url & Lost password url filter hooks
19
Wordpress Hooks Tutorial for beginners from scratch #19 Filter hook manage_{post_type}_posts_columns
20
Wordpress Hooks Tutorial for beginners from scratch #20 Action manage_{posttype}_posts_custom_column
21
Wordpress Hooks Tutorial for beginners from scratch #21 Add Plugin Action Links Filter hook
22
Wordpress Hooks Tutorial for beginners from scratch #22 Filter template_include| locate_template
23
Wordpress Hooks Tutorial for beginners from scratch #23 Develop Custom Action Hook Steps (#1)
24
Wordpress Hooks Tutorial for beginners from scratch #24 Develop Custom Action Hook Steps (#2)
25
Wordpress Hooks Tutorial for beginners from scratch #25 Custom Filter Hook in wordpress
Description:
Dive into a comprehensive 3.5-hour tutorial series on WordPress Hooks, designed for beginners starting from scratch. Learn about different types of hooks, their syntax, and practical examples. Explore essential action hooks like 'init', 'widgets_init', 'admin_menu', and 'admin_enqueue_script', as well as crucial filter hooks such as 'the_title', 'the_content', and 'template_include'. Master the process of creating custom action and filter hooks, and gain hands-on experience with real-world applications including registering post types, widgets, and menus. By the end of this in-depth tutorial, acquire the skills to effectively manipulate WordPress functionality and enhance your theme and plugin development capabilities.
WordPress Hooks Tutorial for Beginners from Scratch