Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай WordPress Plugin Development - Build 14 Plugins, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:03:01
    Thank You For Enrolling In This Course: What Exactly Is A Plugin?
  • Урок 2. 00:07:26
    Details on Plugin Architecture
  • Урок 3. 00:02:55
    WordPress Plugins vs Themes: The 2 Common Questions I Always Get
  • Урок 4. 00:03:26
    Changing Capitalization in Posts and Pages On The Fly With Filter Hooks
  • Урок 5. 00:06:07
    Inserting Posts and Pages Programmatically
  • Урок 6. 00:04:57
    Expanding The User Profile Page With Additional Sections and Fields
  • Урок 7. 00:06:28
    Extracting WordPress Settings from Themes and Plugins With Bloginfo(): Part 1
  • Урок 8. 00:09:03
    Extracting WordPress Settings from Themes and Plugins With Bloginfo(): Part 2
  • Урок 9. 00:10:10
    Automatically/Programmatically Create Posts and Pages on the Fly!
  • Урок 10. 00:02:07
    Introduction: Great Things That Developers Can Do With the WordPress Back End
  • Урок 11. 00:03:09
    PLUGIN #1: Display a Message To All Writers In the WordPress Back End
  • Урок 12. 00:04:05
    Create Your Own Custom WordPress Dashboard Widgets With PHP
  • Урок 13. 00:03:44
    Programatically Changing The Footer Text In The Administrative Back End
  • Урок 14. 00:02:23
    Programmatically Activate Plugins Without Having To Click The Activate Link
  • Урок 15. 00:03:19
    Adding Messages To Writers At the End of Any Post Editing Form
  • Урок 16. 00:13:45
    Adding Menu/Submenu Links to the Administrative Back End & Generating Data Forms
  • Урок 17. 00:09:17
    Removing Admin Links From Certain Users
  • Урок 18. 00:04:39
    Introduction to the WordPress Options API
  • Урок 19. 00:06:05
    WordPress Transient API For WordPress Websites and WordPress Multisites
  • Урок 20. 00:00:38
    Options API: Deleting Options
  • Урок 21. 00:00:51
    Options API: Multisites
  • Урок 22. 00:10:24
    Introduction to the Metadata API
  • Урок 23. 00:06:19
    Metadata API Continued: Updating Metadata
  • Урок 24. 00:02:49
    Metadata API Continued: Adding and Deleting Metadata
  • Урок 25. 00:09:53
    Widgets API: An Introduction in Creating A Simple Widget
  • Урок 26. 00:09:38
    Introduction to the Theme Customization API
  • Урок 27. 00:01:47
    Introduction to the Shortcode API from the Instructor
  • Урок 28. 00:04:26
    Shortcode API - Creating simple a shortcode
  • Урок 29. 00:07:11
    Shortcode API: Adding Support for Attributes
  • Урок 30. 00:01:37
    What Exactly Is A Hook? Why We Need Them. Hooks Introduction from the Instructor
  • Урок 31. 00:04:04
    How To Write A Hook and Specify Its Callback Function
  • Урок 32. 00:00:56
    The 2 Types of Hooks
  • Урок 33. 00:05:20
    Writing The Filter Hook and How To Change Your Post Content Dynamically
  • Урок 34. 00:06:48
    Filter Hook: Adding CSS Classes To The HTML Body Tag
  • Урок 35. 00:03:34
    Making Things Happen After WordPress Initializes & Minimizing Server Overhead.
  • Урок 36. 00:09:03
    Using Hooks To Add A Facebook Share Button To Any Post or Page
  • Урок 37. 00:04:25
    Developing Plugins: The basics and what every plugin needs.
  • Урок 38. 00:06:04
    Create A Basic Plugin That Shows Hello World After Every Post or Page
  • Урок 39. 00:11:23
    Create a plugin to always display and center the current post's featured image
  • Урок 40. 00:06:56
    Dissecting The PHP and WP code for the Hello Dolly Plugin
  • Урок 41. 00:03:34
    Creating New Image/Thumbnail Sizes
  • Урок 42. 00:00:57
    Alternative Cropping Positioning Settings When Creating Thumbnails/Images
  • Урок 43. 00:01:49
    Adding Thumbnail Sizes With the "After Theme Setup" Action Hook
  • Урок 44. 00:04:54
    Adding Our Custom Thumbnail Sizes To The WordPress Media Manager
  • Урок 45. 00:04:16
    Getting the Thumbnail Link From The Post ID
  • Урок 46. 00:12:27
    PLUGIN #3: Change Hello Dolly Plugin To With YOUR Favorite Song Lyrics
  • Урок 47. 00:16:36
    PLUGIN #4: "User Greeting" Sending Messages To Specific Users
  • Урок 48. 00:04:56
    PLUGIN #5: Login Protect...Protect Login Form From Unauthorized Users/Hackers
  • Урок 49. 00:05:43
    PLUGIN #6: The Paypal Button...Generate HTML in Posts & Pages With Filter Hooks
  • Урок 50. 00:17:08
    PLUGIN #7: My Social Media...Displaying Icons For Our Social Network Profiles
  • Урок 51. 00:07:04
    PLUGIN #8: Shortcode Text Snippet Library
  • Урок 52. 00:02:10
    Demo of the Media File Unzipper
  • Урок 53. 00:09:15
    Creating Our Menu Link and Upload Form
  • Урок 54. 00:10:38
    Processing The Uploaded Zip File (Part 1)
  • Урок 55. 00:07:56
    Processing The Uploaded Zip File (Part 2)
  • Урок 56. 00:12:27
    Tabbed Instructions Plugin Demo
  • Урок 57. 00:13:01
    Building and Populating The Tabs
  • Урок 58. 00:13:35
    Customizing The Tabbed Instructions Plugin (Part 1)
  • Урок 59. 00:09:37
    Customizing The Tabbed Instructions Plugin (Part 2)
  • Урок 60. 00:03:37
    Plugin #11: Build Quicktags That Insert Any Data With Simple PHP
  • Урок 61. 00:08:14
    Plugin #12: Quicktags WIth Selected Text
  • Урок 62. 00:15:10
    Plugin #13: Custom Post Type Search Engine
  • Урок 63. 00:07:46
    Plugin 14: Post Rating Shortcode
  • Урок 64. 00:10:15
    Student Question: update_metadata is not working...