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