1. Урок 1. 00:01:16
    1-Course Introduction
  2. Урок 2. 00:01:49
    2-Our Demo Plugin
  3. Урок 3. 00:02:42
    3-Procedural vs Object-Oriented Programming
  4. Урок 4. 00:01:45
    4-WordPress Coding Standards
  5. Урок 5. 00:01:24
    5-Structure Overview
  6. Урок 6. 00:01:41
    6-Primary Plugin File
  7. Урок 7. 00:03:21
    7-Plugin header
  8. Урок 8. 00:02:00
    8-Plugin Header Extras
  9. Урок 9. 00:01:20
    9-Section Homework
  10. Урок 10. 00:00:56
    10-Intro to Actions and Filters
  11. Урок 11. 00:01:02
    11-Additional Hook Resources
  12. Урок 12. 00:01:16
    12-Filter Hooks
  13. Урок 13. 00:02:02
    13-Action Hooks
  14. Урок 14. 00:05:01
    14-Writing Your First Action Hook
  15. Урок 15. 00:03:04
    15-Including a New Plugin File
  16. Урок 16. 00:02:29
    16-Adding output to the Publish metabox
  17. Урок 17. 00:02:26
    17-Creating our first input
  18. Урок 18. 00:05:39
    18-Saving and Deleting Post Meta
  19. Урок 19. 00:04:36
    19-Security Checks before Saving Options
  20. Урок 20. 00:07:46
    20-Properly Including JavaScript and CSS
  21. Урок 21. 00:08:18
    21-Writing our custom JS
  22. Урок 22. 00:04:26
    22-Getting & Checking Post Meta
  23. Урок 23. 00:03:26
    23-Filtering the Post Title
  24. Урок 24. 00:02:29
    24-Settings API Introduction
  25. Урок 25. 00:04:32
    25-Registering a Setting
  26. Урок 26. 00:06:05
    26-Rendering a Setting
  27. Урок 27. 00:01:05
    27-Introduction to Shortcodes
  28. Урок 28. 00:05:14
    28-Registering a Shortcode and Attributes
  29. Урок 29. 00:03:59
    29-Rendering Shortcode Content
  30. Урок 30. 00:00:45
    30-Introduction to Working with Widgets
  31. Урок 31. 00:03:28
    31-Instantiating the Widget
  32. Урок 32. 00:02:38
    32-Creating Widget Output, Part 1
  33. Урок 33. 00:03:15
    33-Creating Widget Output, Part 2
  34. Урок 34. 00:01:46
    34-Saving Widget Data
  35. Урок 35. 00:04:38
    35-Creating a Widget Settings Form
  36. Урок 36. 00:01:49
    36-Final Product Review
  37. Урок 37. 00:01:35
    37-Introduction to Internationalization
  38. Урок 38. 00:05:19
    38-Creating Translatable Text
  39. Урок 39. 00:03:37
    39-Translating a Plugin using Poedit
  40. Урок 40. 00:05:47
    40-Registering an Uninstall Script
  41. Урок 41. 00:04:27
    41-Submitting Your Plugin to WordPress.org
  42. Урок 42. 00:03:56
    42-Uploading Your Plugin via SVN
  43. Урок 43. 00:05:19
    43-Adding Plugin Details via readme.txt