Completed
Wordpress Hooks Tutorial for beginners from scratch #9 Action hook "save_post"
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
WordPress Hooks Tutorial for Beginners from Scratch
Automatically move to the next video in the Classroom when playback concludes
- 1 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