Details for:
- 1. Introduction/1. Introduction [01_01].mp441.92 MB
- 1. Introduction/1. Introduction [01_01].srt5.74 KB
- 1. Introduction/2. Before you take this course [01_02].mp410.32 MB
- 1. Introduction/2. Before you take this course [01_02].srt5.18 KB
- 1. Introduction/3. How this course can enhance your plugin development skills (01_03).mp48.06 MB
- 1. Introduction/3. How this course can enhance your plugin development skills (01_03).srt3.57 KB
- 1. Introduction/4. Excercise Files and other Resources (01_04).mp462.80 MB
- 1. Introduction/4. Excercise Files and other Resources (01_04).srt8.32 KB
- 1. Introduction/4.1 Course Bookmarks.html89 bytes
- 1. Introduction/4.2 PhpStorm Live Template repo.html122 bytes
- 1. Introduction/4.3 Project Repository rocket-books.html102 bytes
- 1. Introduction/4.4 wppb-bookmarks-for-browswer-import.html44.05 KB
- 10. Widgets/1. Widgets in Plugin Boilerplate [10_01].mp45.55 MB
- 10. Widgets/1. Widgets in Plugin Boilerplate [10_01].srt1.93 KB
- 10. Widgets/10. Helper Class Part 1 - Registering Widget [10_10].mp468.87 MB
- 10. Widgets/10. Helper Class Part 1 - Registering Widget [10_10].srt8.81 KB
- 10. Widgets/10.1 boospotboo-widget-helper Helper class for creating widgets.html105 bytes
- 10. Widgets/11. Helper Class Part 2 - Adding Fields [10_11].mp493.67 MB
- 10. Widgets/11. Helper Class Part 2 - Adding Fields [10_11].srt13.59 KB
- 10. Widgets/12. Helper Class Part 3 - Displaying Widget [10_12].mp4103.34 MB
- 10. Widgets/12. Helper Class Part 3 - Displaying Widget [10_12].srt12.23 KB
- 10. Widgets/2. Creating Dedicated Widgets Control Class [10_02].mp477.46 MB
- 10. Widgets/2. Creating Dedicated Widgets Control Class [10_02].srt8.96 KB
- 10. Widgets/2.1 register widget « WordPress Codex.html123 bytes
- 10. Widgets/2.2 Widgets API « WordPress Codex.html100 bytes
- 10. Widgets/3. Widgets API - Understanding Widget Class [10_03].mp451.16 MB
- 10. Widgets/3. Widgets API - Understanding Widget Class [10_03].srt7.89 KB
- 10. Widgets/4. Widgets API - Understanding args and instance of a widget [10_04].mp4117.33 MB
- 10. Widgets/4. Widgets API - Understanding args and instance of a widget [10_04].srt12.37 KB
- 10. Widgets/5. Widgets API - using form method to add fields [10_05].mp4124.76 MB
- 10. Widgets/5. Widgets API - using form method to add fields [10_05].srt14.13 KB
- 10. Widgets/5.1 esc_attr() Function WordPress Developer Resources.html122 bytes
- 10. Widgets/6. Widgets API - using update method to save fields [10_06].mp454.84 MB
- 10. Widgets/6. Widgets API - using update method to save fields [10_06].srt7.39 KB
- 10. Widgets/7. Widgets API - using widget method to Display CPT loop [10_07].mp479.41 MB
- 10. Widgets/7. Widgets API - using widget method to Display CPT loop [10_07].srt9.36 KB
- 10. Widgets/8. Widgets API - Enqueuing Widget Specific Style and Scripts [10_08].mp490.68 MB
- 10. Widgets/8. Widgets API - Enqueuing Widget Specific Style and Scripts [10_08].srt9.93 KB
- 10. Widgets/8.1 Basic CSS for Widget Loop.html127 bytes
- 10. Widgets/8.2 Basic CSS for Widget Loop.css420 bytes
- 10. Widgets/8.3 Function Referenceis active widget « WordPress Codex.html124 bytes
- 10. Widgets/9. Widgets API - Adding more field types and updating widget output [10_09].mp485.60 MB
- 10. Widgets/9. Widgets API - Adding more field types and updating widget output [10_09].srt11.06 KB
- 10. Widgets/9.1 PHP printf() Function.html113 bytes
- 10. Widgets/9.2 PHP sprintf() Function.html114 bytes
- 10. Widgets/9.3 PHP printf - Manual.html105 bytes
- 10. Widgets/9.4 PHP sprintf - Manual.html106 bytes
- 11. Plugin Finalization/1. Plugin Finalization [11_01].mp42.31 MB
- 11. Plugin Finalization/1. Plugin Finalization [11_01].srt1.14 KB
- 11. Plugin Finalization/2. Plugin Security and Best Practices [11_02].mp480.15 MB
- 11. Plugin Finalization/2. Plugin Security and Best Practices [11_02].srt11.00 KB
- 11. Plugin Finalization/2.1 Best Practices Plugin Developer Handbook WordPress Developer Resources.html130 bytes
- 11. Plugin Finalization/2.2 Plugin Security Plugin Developer Handbook WordPress Developer Resources.html110 bytes
- 11. Plugin Finalization/2.3 Writing a Plugin « WordPress Codex.html118 bytes
- 11. Plugin Finalization/3. Best Practices to Avoid Naming Collisions [11_03].mp467.91 MB
- 11. Plugin Finalization/3. Best Practices to Avoid Naming Collisions [11_03].srt8.10 KB
- 11. Plugin Finalization/3.1 Best Practices Plugin Developer Handbook WordPress Developer Resources.html154 bytes
- 11. Plugin Finalization/4. POT File Generation for plugin Translation [11_04].mp496.31 MB
- 11. Plugin Finalization/4. POT File Generation for plugin Translation [11_04].srt11.84 KB
- 11. Plugin Finalization/4.1 __() Function WordPress Developer Resources.html128 bytes
- 11. Plugin Finalization/4.2 Loco Translate – WordPress plugin WordPress.org.html106 bytes
- 11. Plugin Finalization/4.3 Poedit — The fastest and most convenient way to translate interfaces.html80 bytes
- 11. Plugin Finalization/5. Using custom apply_filter to allow overrides and additions [11_05].mp487.60 MB
- 11. Plugin Finalization/5. Using custom apply_filter to allow overrides and additions [11_05].srt11.72 KB
- 11. Plugin Finalization/5.1 apply_filters and add_filter example.html127 bytes
- 11. Plugin Finalization/5.2 apply_filters and add_filter example.txt575 bytes
- 11. Plugin Finalization/5.3 apply_filters() Function WordPress Developer Resources.html139 bytes
- 11. Plugin Finalization/6. Using custom do_action to make plugin extendible [11_06].mp459.72 MB
- 11. Plugin Finalization/6. Using custom do_action to make plugin extendible [11_06].srt7.93 KB
- 11. Plugin Finalization/6.1 boo-recipesclass-boorecipe.php at master · boospotboo-recipes.html140 bytes
- 11. Plugin Finalization/6.2 boo-recipesrecipe-layout-style1.php at master · boospotboo-recipes.html160 bytes
- 11. Plugin Finalization/6.3 do_action and add_action example.html127 bytes
- 11. Plugin Finalization/6.4 do_action and add_action example.php.txt298 bytes
- 11. Plugin Finalization/6.5 do_action() Function WordPress Developer Resources.html123 bytes
- 11. Plugin Finalization/7. Cleaning up at Uninstall [11_07].mp481.53 MB
- 11. Plugin Finalization/7. Cleaning up at Uninstall [11_07].srt10.67 KB
- 11. Plugin Finalization/7.1 boo-recipesuninstall.php at master · boospotboo-recipes.html125 bytes
- 11. Plugin Finalization/7.2 Option ids to remove.html127 bytes
- 11. Plugin Finalization/7.3 Option ids to remove.php.txt626 bytes
- 11. Plugin Finalization/7.4 Uninstall Methods Plugin Developer Handbook WordPress Developer Resources.html156 bytes
- 11. Plugin Finalization/7.5 unregister_taxonomy() Function WordPress Developer Resources.html133 bytes
- 11. Plugin Finalization/8. Submitting plugins to Wordpress repo [11_08].mp433.64 MB
- 11. Plugin Finalization/8. Submitting plugins to Wordpress repo [11_08].srt4.66 KB
- 11. Plugin Finalization/8.1 Detailed Plugin Guidelines Plugin Developer Handbook WordPress Developer Resources.html142 bytes
- 11. Plugin Finalization/8.2 Developer Information WordPress.org.html102 bytes
- 11. Plugin Finalization/8.3 Plugin Developer FAQ Plugin Developer Handbook WordPress Developer Resources.html136 bytes
- 11. Plugin Finalization/8.4 Readme Validator WordPress.org.html119 bytes
- 11. Plugin Finalization/8.5 WordPress Plugins WordPress.org.html91 bytes
- 11. Plugin Finalization/GetFreeCourses.Co.url116 bytes
- 12. Conclusion and Next Steps/1. Conclusion and Next Steps.mp46.12 MB
- 12. Conclusion and Next Steps/1. Conclusion and Next Steps.srt3.03 KB
- 2. Development Setup/1. Tools Required [02_01].mp47.90 MB
- 2. Development Setup/1. Tools Required [02_01].srt3.50 KB
- 2. Development Setup/1.1 Git - Downloads.html90 bytes
- 2. Development Setup/1.2 Google Chrome The Most Secure Browser on the Web.html91 bytes
- 2. Development Setup/1.3 PhpStorm The Lightning-Smart IDE for PHP Programming by JetBrains.html96 bytes
- 2. Development Setup/1.4 WampServer - Apache, MySQL, PHP.html90 bytes
- 2. Development Setup/2. Install WordPress using WAMP [02_02].mp447.13 MB
- 2. Development Setup/2. Install WordPress using WAMP [02_02].srt6.82 KB
- 2. Development Setup/2.1 Download WordPress.org.html92 bytes
- 2. Development Setup/2.2 Recommended database charset and collation for WordPress.html151 bytes
- 2. Development Setup/2.3 WordPress Official - Blog Tool, Publishing Platform, and CMS.html83 bytes
- 2. Development Setup/3. Wordpress Coding Standards - Why and How [02_03].mp446.96 MB
- 2. Development Setup/3. Wordpress Coding Standards - Why and How [02_03].srt6.42 KB
- 2. Development Setup/3.1 Best Practices – Make WordPress Core.html117 bytes
- 2. Development Setup/3.2 Github Repo squizlabsPHP_CodeSniffer.html105 bytes
- 2. Development Setup/3.3 Github Repo WordPress-Coding-Standards.html133 bytes
- 2. Development Setup/3.4 NetBeans Plugin detail - phpMD PHP CodeSniffer Plugin.html130 bytes
- 2. Development Setup/3.5 PHP Coding Standards – Make WordPress Core.html138 bytes
- 2. Development Setup/3.6 PhpStorm PHP Code Sniffer - Help.html128 bytes
- 2. Development Setup/3.7 Visual Studio Marketplace - Php_CodeSniffer.html126 bytes
- 2. Development Setup/3.8 WordPress Coding Standards – Make WordPress Core.html134 bytes
- 2. Development Setup/3.9 Writing a Plugin « WordPress Codex.html105 bytes
- 2. Development Setup/4. Install Php Code Snifer and Wordpress Coding Standards [02_04].mp431.52 MB
- 2. Development Setup/4. Install Php Code Snifer and Wordpress Coding Standards [02_04].srt4.73 KB
- 2. Development Setup/4.1 Instructions to Install Php Code Snifer and Wordpress Coding Standards.html127 bytes
- 2. Development Setup/5. PhpStorm - Configuring Wordpress Coding Standards [02_05].mp490.53 MB
- 2. Development Setup/5. PhpStorm - Configuring Wordpress Coding Standards [02_05].srt13.94 KB
- 2. Development Setup/5.1 PhpStorm - Configuring WordPress Coding Standards.md.html127 bytes
- 3. Key Concepts/1. Key Concepts [03_01].mp42.45 MB
- 3. Key Concepts/1. Key Concepts [03_01].srt1.39 KB
- 3. Key Concepts/2. What is Custom Post Type (CPT), Custom Fields and Metaboxes [03_02].mp430.32 MB
- 3. Key Concepts/2. What is Custom Post Type (CPT), Custom Fields and Metaboxes [03_02].srt4.21 KB
- 3. Key Concepts/2.1 Post Types « WordPress Codex.html99 bytes
- 3. Key Concepts/2.2 Very Simple Event List Plugin.html114 bytes
- 3. Key Concepts/3. What are Shortcodes [03_03].mp437.56 MB
- 3. Key Concepts/3. What are Shortcodes [03_03].srt6.20 KB
- 3. Key Concepts/3.1 Simple Social Media Share Buttons Plugin.html113 bytes
- 3. Key Concepts/4. What is Options andor Settings Page [03_04].mp451.73 MB
- 3. Key Concepts/4. What is Options andor Settings Page [03_04].srt6.80 KB
- 3. Key Concepts/4.1 add_option() Function WordPress Developer Resources.html124 bytes
- 3. Key Concepts/4.2 PHP serialize - Manual.html108 bytes
- 3. Key Concepts/4.3 register_setting() Function WordPress Developer Resources.html130 bytes
- 3. Key Concepts/4.4 Settings API « WordPress Codex.html102 bytes
- 3. Key Concepts/4.5 test unserialize online - general PHP functions - functions-online.html110 bytes
- 3. Key Concepts/5. What is a Widget [03_05].mp417.81 MB
- 3. Key Concepts/5. What is a Widget [03_05].srt2.89 KB
- 3. Key Concepts/6. How Wordpress loads Plugins [03_06].mp425.93 MB
- 3. Key Concepts/6. How Wordpress loads Plugins [03_06].srt3.33 KB
- 3. Key Concepts/6.1 Header Requirements Plugin Developer Handbook WordPress Developer Resources.html135 bytes
- 3. Key Concepts/7. Action Hooks [03_07].mp442.55 MB
- 3. Key Concepts/7. Action Hooks [03_07].srt6.93 KB
- 3. Key Concepts/7.1 add_action() Function WordPress Developer Resources.html124 bytes
- 3. Key Concepts/7.2 Function Referenceremove action « WordPress Codex.html121 bytes
- 3. Key Concepts/7.3 Hook Reference WooCommerce Code Reference.html115 bytes
- 3. Key Concepts/7.4 Plugin APIAction Reference « WordPress Codex.html116 bytes
- 3. Key Concepts/8. Filter Hooks [03_08].mp455.94 MB
- 3. Key Concepts/8. Filter Hooks [03_08].srt8.09 KB
- 3. Key Concepts/8.1 add_filter() Function WordPress Developer Resources.html124 bytes
- 3. Key Concepts/8.2 apply_filters() Function WordPress Developer Resources.html127 bytes
- 3. Key Concepts/8.3 Plugin API « WordPress Codex.html99 bytes
- 3. Key Concepts/8.4 Plugin APIFilter Reference « WordPress Codex.html116 bytes
- 4. Boilerplate/1. What is Boilerplate, Why use it [04_01].mp413.81 MB
- 4. Boilerplate/1. What is Boilerplate, Why use it [04_01].srt5.21 KB
- 4. Boilerplate/1.1 GitHub Repo - DevinVinsonWordPress-Plugin-Boilerplate.html120 bytes
- 4. Boilerplate/1.2 The WordPress Plugin Boilerplate A Foundation For Building High-Quality WordPress Plugins.html76 bytes
- 4. Boilerplate/2. Getting Ready with Boilerplate [04_02].mp448.17 MB
- 4. Boilerplate/2. Getting Ready with Boilerplate [04_02].srt6.95 KB
- 4. Boilerplate/2.1 GitHub - DevinVinsonWordPress-Plugin-Boilerplate.html120 bytes
- 4. Boilerplate/2.2 How to Batch Rename Multiple Files in Windows.html163 bytes
- 4. Boilerplate/2.3 How to rename multiple files at once on Mac iMore.html124 bytes
- 4. Boilerplate/2.4 WordPress Plugin Boilerplate Generator Ready to use WordPress Plugin Boilerplate.html77 bytes
- 4. Boilerplate/3. Tips for using Boilerplate Generator [04_03].mp434.34 MB
- 4. Boilerplate/3. Tips for using Boilerplate Generator [04_03].srt5.56 KB
- 4. Boilerplate/3.1 Add your Plugin WordPress.org.html106 bytes
- 4. Boilerplate/3.2 Simple Social Media Share Buttons – Social Sharing for Everyone WordPress.org.html113 bytes
- 4. Boilerplate/3.3 Very Simple Event List WordPress.org.html114 bytes
- 4. Boilerplate/3.4 WordPress Plugin Boilerplate Generator Ready to use WordPress Plugin Boilerplate.html77 bytes
- 4. Boilerplate/4. Structure of Boilerplate [04_04].mp472.53 MB
- 4. Boilerplate/4. Structure of Boilerplate [04_04].srt11.05 KB
- 4. Boilerplate/4.1 Activation Deactivation Hooks Plugin Developer Handbook WordPress Developer Resources.html142 bytes
- 4. Boilerplate/4.2 Best Practices Plugin Developer Handbook WordPress Developer Resources.html144 bytes
- 4. Boilerplate/4.3 Uninstall Methods Plugin Developer Handbook WordPress Developer Resources.html130 bytes
- 4. Boilerplate/5. Defining helper constants [04_05].mp455.61 MB
- 4. Boilerplate/5. Defining helper constants [04_05].srt7.45 KB
- 4. Boilerplate/5.1 Checklist for Boilerplate Generator - Google Forms.html89 bytes
- 5. Custom Post Types/1. Register Custom Post Type [05_01].mp468.76 MB
- 5. Custom Post Types/1. Register Custom Post Type [05_01].srt8.94 KB
- 5. Custom Post Types/1.1 Function register post type « WordPress Code Reference.html132 bytes
- 5. Custom Post Types/1.2 Post Types Explained.html110 bytes
- 5. Custom Post Types/1.3 Very Simple Event List WordPress.org.html114 bytes
- 5. Custom Post Types/10. Archive CPT Template using Template Loader [05_10].mp4107.91 MB
- 5. Custom Post Types/10. Archive CPT Template using Template Loader [05_10].srt13.58 KB
- 5. Custom Post Types/10.1 496 Awesome Book Photos · Pexels · Free Stock Photos.html146 bytes
- 5. Custom Post Types/10.2 Free Stock Photo Little Black Book Surrounded With Pink Click Pen, Red Lipstick, and Black Wayfarer Eyeglasses ·.html189 bytes
- 5. Custom Post Types/10.3 Lorem Ipsum - All the facts - Lipsum generator.html92 bytes
- 5. Custom Post Types/10.4 Plugin APIFilter Referencearchive template « WordPress Codex.html133 bytes
- 5. Custom Post Types/11. Custom Post Type Loop [05_11].mp4105.81 MB
- 5. Custom Post Types/11. Custom Post Type Loop [05_11].srt11.87 KB
- 5. Custom Post Types/11.1 Basic CSS for Flex Card based layout.html127 bytes
- 5. Custom Post Types/11.2 Function Referencepost class « WordPress Codex.html129 bytes
- 5. Custom Post Types/11.3 the_content() Function WordPress Developer Resources.html125 bytes
- 5. Custom Post Types/11.4 the_excerpt() Function WordPress Developer Resources.html125 bytes
- 5. Custom Post Types/2. Challenge Time [05_02].mp434.84 MB
- 5. Custom Post Types/2. Challenge Time [05_02].srt4.94 KB
- 5. Custom Post Types/3. Method 1 Using Public Class [05_03].mp484.47 MB
- 5. Custom Post Types/3. Method 1 Using Public Class [05_03].srt9.55 KB
- 5. Custom Post Types/4. Method 2 Using Dedicated CPT Class [05_04].mp4111.15 MB
- 5. Custom Post Types/4. Method 2 Using Dedicated CPT Class [05_04].srt13.37 KB
- 5. Custom Post Types/5. Revisiting Need for Boilerplate [05_05].mp437.86 MB
- 5. Custom Post Types/5. Revisiting Need for Boilerplate [05_05].srt9.09 KB
- 5. Custom Post Types/5.1 Best Practices Plugin Developer Handbook WordPress Developer Resources.html147 bytes
- 5. Custom Post Types/5.2 PHP Coding Standards Draft Proposal – Make WordPress Core.html138 bytes
- 5. Custom Post Types/5.3 PHP Documentation Standards – Make WordPress Core.html152 bytes
- 5. Custom Post Types/6. How to Fix 404 error on Custom Post types [05_06].mp477.45 MB
- 5. Custom Post Types/6. How to Fix 404 error on Custom Post types [05_06].srt11.20 KB
- 5. Custom Post Types/6.1 Function Referenceregister post type « WordPress Codex.html157 bytes
- 5. Custom Post Types/6.2 Uninstall Methods Plugin Developer Handbook WordPress Developer Resources.html133 bytes
- 5. Custom Post Types/7. Template for Single Post Type [05_07].mp498.17 MB
- 5. Custom Post Types/7. Template for Single Post Type [05_07].srt13.61 KB
- 5. Custom Post Types/7.1 Query Monitor WordPress.org.html105 bytes
- 5. Custom Post Types/7.2 Show Current Template WordPress.org.html113 bytes
- 5. Custom Post Types/7.3 Twenty Sixteen CSS for Debug.html127 bytes
- 5. Custom Post Types/8. How Wordpress loads a required Template [05_08].mp457.00 MB
- 5. Custom Post Types/8. How Wordpress loads a required Template [05_08].srt9.54 KB
- 5. Custom Post Types/8.1 Template Hierarchy Theme Developer Handbook WordPress Developer Resources.html142 bytes
- 5. Custom Post Types/8.2 The WordPress Template Hierarchy - a visualization resource.html85 bytes
- 5. Custom Post Types/8.3 Twenty Sixteen Child Theme for Wordpress - vitorcontwentysixteen-chd.html106 bytes
- 5. Custom Post Types/9. Template for Single Post Type using Template Loader [05_09].mp4115.06 MB
- 5. Custom Post Types/9. Template for Single Post Type using Template Loader [05_09].srt16.30 KB
- 5. Custom Post Types/9.1 get_template_part() Function WordPress Developer Resources.html131 bytes
- 5. Custom Post Types/9.2 Github Repo GaryJonesGamajo-Template-Loader.html112 bytes
- 5. Custom Post Types/9.3 now-hiringnow-hiring-global-functions.php at master · slushmannow-hiring.html152 bytes
- 5. Custom Post Types/9.4 Plugin APIFilter Referencesingle template « WordPress Codex.html132 bytes
- 5. Custom Post Types/9.5 Template File Loaders in Plugins - Pippins Plugins.html118 bytes
- 6. Metabox and Custom Fields/1. Metabox for Custom Post Type [06_01].mp410.89 MB
- 6. Metabox and Custom Fields/1. Metabox for Custom Post Type [06_01].srt2.90 KB
- 6. Metabox and Custom Fields/1.1 Custom Meta Boxes Plugin Developer Handbook WordPress Developer Resources.html128 bytes
- 6. Metabox and Custom Fields/10. Display Post Meta on single-book template [06_10].mp4143.98 MB
- 6. Metabox and Custom Fields/10. Display Post Meta on single-book template [06_10].srt15.94 KB
- 6. Metabox and Custom Fields/10.1 Basic CSS for Single Post Type Layout.html127 bytes
- 6. Metabox and Custom Fields/10.2 Basic CSS for Single Post Type Layout.css1.74 KB
- 6. Metabox and Custom Fields/11. Display Post Meta on archive-book template [06_11].mp4101.19 MB
- 6. Metabox and Custom Fields/11. Display Post Meta on archive-book template [06_11].srt12.84 KB
- 6. Metabox and Custom Fields/12. Tweeks to Custom Fields Metabox Code [06_12].mp482.05 MB
- 6. Metabox and Custom Fields/12. Tweeks to Custom Fields Metabox Code [06_12].srt8.78 KB
- 6. Metabox and Custom Fields/12.1 Font Awesome.html85 bytes
- 6. Metabox and Custom Fields/12.2 PHP array_key_exists() Function.html116 bytes
- 6. Metabox and Custom Fields/12.3 PHP array_key_exists - Manual.html115 bytes
- 6. Metabox and Custom Fields/13. Adding Fontawesome icons to custom fields [06_13].mp4130.12 MB
- 6. Metabox and Custom Fields/13. Adding Fontawesome icons to custom fields [06_13].srt14.72 KB
- 6. Metabox and Custom Fields/13.1 Font Awesome.html85 bytes
- 6. Metabox and Custom Fields/14. Speed Setup with Helper frameworks - Part 1 [06_14].mp498.10 MB
- 6. Metabox and Custom Fields/14. Speed Setup with Helper frameworks - Part 1 [06_14].srt12.44 KB
- 6. Metabox and Custom Fields/14.1 AdvancedCustomFieldsacf Advanced Custom Fields.html104 bytes
- 6. Metabox and Custom Fields/14.2 CMB2CMB2 CMB2 is a developer's toolkit for building metaboxes, custom fields, and forms for WordPress that will blow your mind..html89 bytes
- 6. Metabox and Custom Fields/14.3 JoeSzExopite-Simple-Options-Framework Fast, easy and lightweight admin optionsmetabox form generator for WordPress Plugins..html118 bytes
- 6. Metabox and Custom Fields/14.4 now-hiringclass-now-hiring-admin-metaboxes.php at master · slushmannow-hiring.html154 bytes
- 6. Metabox and Custom Fields/14.5 odinclass-metabox.php at master · wpbrasilodin.html136 bytes
- 6. Metabox and Custom Fields/14.6 Top Frameworks for WordPress Plugin & Theme Developers – IncludeWP.html83 bytes
- 6. Metabox and Custom Fields/14.7 wpmetaboxmeta-box The best plugin for WordPress custom fields and custom meta boxes.html98 bytes
- 6. Metabox and Custom Fields/15. Speed Setup with Helper frameworks - Part 2 [06_15].mp489.22 MB
- 6. Metabox and Custom Fields/15. Speed Setup with Helper frameworks - Part 2 [06_15].srt10.37 KB
- 6. Metabox and Custom Fields/2. Add Metabox to CPT [06_02].mp4103.76 MB
- 6. Metabox and Custom Fields/2. Add Metabox to CPT [06_02].srt14.00 KB
- 6. Metabox and Custom Fields/2.1 __() Function WordPress Developer Resources.html116 bytes
- 6. Metabox and Custom Fields/2.2 add_meta_box() Function WordPress Developer Resources.html126 bytes
- 6. Metabox and Custom Fields/2.3 do_meta_boxes Hook WordPress Developer Resources.html123 bytes
- 6. Metabox and Custom Fields/2.4 Plugin APIAction Referenceadd meta boxes « WordPress Codex.html131 bytes
- 6. Metabox and Custom Fields/3. Metabox with Gutenberg Editor [06_03].mp445.62 MB
- 6. Metabox and Custom Fields/3. Metabox with Gutenberg Editor [06_03].srt5.85 KB
- 6. Metabox and Custom Fields/3.1 Classic Editor WordPress.org.html106 bytes
- 6. Metabox and Custom Fields/4. Adding and Saving Custom Fields to Metabox [06_04].mp4122.05 MB
- 6. Metabox and Custom Fields/4. Adding and Saving Custom Fields to Metabox [06_04].srt16.40 KB
- 6. Metabox and Custom Fields/4.1 _e() Function WordPress Developer Resources.html116 bytes
- 6. Metabox and Custom Fields/4.2 Function Referenceadd post meta « WordPress Codex.html121 bytes
- 6. Metabox and Custom Fields/4.3 Function Referenceupdate post meta « WordPress Codex.html124 bytes
- 6. Metabox and Custom Fields/4.4 get_post_meta() Function WordPress Developer Resources.html127 bytes
- 6. Metabox and Custom Fields/4.5 save_post_{$post-post_type} Hook WordPress Developer Resources.html134 bytes
- 6. Metabox and Custom Fields/5. nonce fields and nonce verification [06_05].mp473.14 MB
- 6. Metabox and Custom Fields/5. nonce fields and nonce verification [06_05].srt8.22 KB
- 6. Metabox and Custom Fields/5.1 Function Referencewp nonce field « WordPress Codex.html122 bytes
- 6. Metabox and Custom Fields/5.2 Function Referencewp verify nonce « WordPress Codex.html123 bytes
- 6. Metabox and Custom Fields/5.3 WordPress Nonces « WordPress Codex.html105 bytes
- 6. Metabox and Custom Fields/6. Enhancing Security for Save Method [06_06].mp438.46 MB
- 6. Metabox and Custom Fields/6. Enhancing Security for Save Method [06_06].srt5.19 KB
- 6. Metabox and Custom Fields/6.1 Function Referencecurrent user can « WordPress Codex.html124 bytes
- 6. Metabox and Custom Fields/6.2 Function Referencewp get current user « WordPress Codex.html127 bytes
- 6. Metabox and Custom Fields/6.3 Roles and Capabilities « WordPress Codex.html122 bytes
- 6. Metabox and Custom Fields/7. Sanitize Custom Fields input and Escape Output [06_07].mp4110.50 MB
- 6. Metabox and Custom Fields/7. Sanitize Custom Fields input and Escape Output [06_07].srt14.03 KB
- 6. Metabox and Custom Fields/7.1 Data Validation « WordPress Codex.html122 bytes
- 6. Metabox and Custom Fields/7.2 Function Referenceesc html « WordPress Codex.html116 bytes
- 6. Metabox and Custom Fields/7.3 Function Referencesanitize key « WordPress Codex.html120 bytes
- 6. Metabox and Custom Fields/7.4 sanitize_text_field() Function WordPress Developer Resources.html133 bytes
- 6. Metabox and Custom Fields/7.5 Validating Sanitizing and Escaping User Data « WordPress Codex.html133 bytes
- 6. Metabox and Custom Fields/8. Validate Custom Fields input - Part 1 [06_08].mp497.62 MB
- 6. Metabox and Custom Fields/8. Validate Custom Fields input - Part 1 [06_08].srt10.56 KB
- 6. Metabox and Custom Fields/8.1 Function Referencechecked « WordPress Codex.html115 bytes
- 6. Metabox and Custom Fields/8.2 HTML input checked Attribute.html113 bytes
- 6. Metabox and Custom Fields/9. Validate Custom Fields input - Select Example [06_09].mp4107.33 MB
- 6. Metabox and Custom Fields/9. Validate Custom Fields input - Select Example [06_09].srt10.43 KB
- 6. Metabox and Custom Fields/9.1 Function Referenceselected « WordPress Codex.html116 bytes
- 6. Metabox and Custom Fields/9.2 HTML option selected Attribute.html115 bytes
- 6. Metabox and Custom Fields/GetFreeCourses.Co.url116 bytes
- 7. Plugin Options Settings Page - Settings API/1. Plugin Options Settings Page [07_01].mp47.16 MB
- 7. Plugin Options Settings Page - Settings API/1. Plugin Options Settings Page [07_01].srt2.83 KB
- 7. Plugin Options Settings Page - Settings API/10. Settings API - Settings Fields Callback Function [07_10].mp465.63 MB
- 7. Plugin Options Settings Page - Settings API/10. Settings API - Settings Fields Callback Function [07_10].srt9.06 KB
- 7. Plugin Options Settings Page - Settings API/11. Settings API - Adding Select Field [07_11].mp488.51 MB
- 7. Plugin Options Settings Page - Settings API/11. Settings API - Adding Select Field [07_11].srt13.07 KB
- 7. Plugin Options Settings Page - Settings API/12. Using Settings Options to modify frontend [07_12].mp459.94 MB
- 7. Plugin Options Settings Page - Settings API/12. Using Settings Options to modify frontend [07_12].srt7.88 KB
- 7. Plugin Options Settings Page - Settings API/12.1 sanitize html class « WordPress Codex.html127 bytes
- 7. Plugin Options Settings Page - Settings API/13. Plugin Action Links [07_13].mp466.11 MB
- 7. Plugin Options Settings Page - Settings API/13. Plugin Action Links [07_13].srt8.06 KB
- 7. Plugin Options Settings Page - Settings API/13.1 Plugin APIFilter Referenceplugin action links (plugin file name) « WordPress Codex.html155 bytes
- 7. Plugin Options Settings Page - Settings API/14. Overview of Helper Classes and Frameworks [07_14].mp431.00 MB
- 7. Plugin Options Settings Page - Settings API/14. Overview of Helper Classes and Frameworks [07_14].srt4.89 KB
- 7. Plugin Options Settings Page - Settings API/14.1 ACF Options Page.html121 bytes
- 7. Plugin Options Settings Page - Settings API/14.2 boospotboo-settings-helper This is a helper class for WordPress Settings API.html107 bytes
- 7. Plugin Options Settings Page - Settings API/14.3 CMB2-Snippet-Libraryoptions-and-settings-pages at master · CMB2CMB2-Snippet-Library.html144 bytes
- 7. Plugin Options Settings Page - Settings API/14.4 Codestarcodestar-framework A Simple and Lightweight WordPress Option Framework for Themes and Plugins.html107 bytes
- 7. Plugin Options Settings Page - Settings API/14.5 Freemius - The new standard in selling WordPress plugins and themes.html82 bytes
- 7. Plugin Options Settings Page - Settings API/14.6 reduxframeworkredux-framework Redux is a simple, truly extensible options framework for WordPress themes and plugins..html111 bytes
- 7. Plugin Options Settings Page - Settings API/15. Helper Class - Adding Menu and Sections -Part1 [07_15].mp472.14 MB
- 7. Plugin Options Settings Page - Settings API/15. Helper Class - Adding Menu and Sections -Part1 [07_15].srt8.90 KB
- 7. Plugin Options Settings Page - Settings API/16. Helper Class - Adding Basic Settings Fields - Part2 [07_16].mp444.25 MB
- 7. Plugin Options Settings Page - Settings API/16. Helper Class - Adding Basic Settings Fields - Part2 [07_16].srt5.78 KB
- 7. Plugin Options Settings Page - Settings API/17. Helper Class - Advance Field Types and Action Links - Part3 [07_17].mp441.19 MB
- 7. Plugin Options Settings Page - Settings API/17. Helper Class - Advance Field Types and Action Links - Part3 [07_17].srt5.67 KB
- 7. Plugin Options Settings Page - Settings API/2. Top level admin menu [07_02].mp454.48 MB
- 7. Plugin Options Settings Page - Settings API/2. Top level admin menu [07_02].srt8.59 KB
- 7. Plugin Options Settings Page - Settings API/2.1 add_menu_page() Function WordPress Developer Resources.html127 bytes
- 7. Plugin Options Settings Page - Settings API/2.2 admin_menu Hook WordPress Developer Resources.html120 bytes
- 7. Plugin Options Settings Page - Settings API/2.3 Plugin APIAction Referenceadmin menu « WordPress Codex.html127 bytes
- 7. Plugin Options Settings Page - Settings API/3. Sub menu item for plugin [07_03].mp432.54 MB
- 7. Plugin Options Settings Page - Settings API/3. Sub menu item for plugin [07_03].srt4.64 KB
- 7. Plugin Options Settings Page - Settings API/3.1 add options page « WordPress Codex.html124 bytes
- 7. Plugin Options Settings Page - Settings API/3.2 add plugins page « WordPress Codex.html124 bytes
- 7. Plugin Options Settings Page - Settings API/3.3 add_submenu_page() Function WordPress Developer Resources.html130 bytes
- 7. Plugin Options Settings Page - Settings API/3.4 Administration Menus « WordPress Codex.html116 bytes
- 7. Plugin Options Settings Page - Settings API/4. Settings Page using Form POST method [07_04].mp492.37 MB
- 7. Plugin Options Settings Page - Settings API/4. Settings Page using Form POST method [07_04].srt12.56 KB
- 7. Plugin Options Settings Page - Settings API/4.1 add_option() Function WordPress Developer Resources.html124 bytes
- 7. Plugin Options Settings Page - Settings API/4.2 Settings API « WordPress Codex.html101 bytes
- 7. Plugin Options Settings Page - Settings API/4.3 update option « WordPress Codex.html121 bytes
- 7. Plugin Options Settings Page - Settings API/5. Settings API - Display Sections and Security fields [07_05].mp470.47 MB
- 7. Plugin Options Settings Page - Settings API/5. Settings API - Display Sections and Security fields [07_05].srt10.18 KB
- 7. Plugin Options Settings Page - Settings API/5.1 do settings sections « WordPress Codex.html128 bytes
- 7. Plugin Options Settings Page - Settings API/5.2 settings fields « WordPress Codex.html123 bytes
- 7. Plugin Options Settings Page - Settings API/6. Settings API - Add Sections [07_06].mp431.81 MB
- 7. Plugin Options Settings Page - Settings API/6. Settings API - Add Sections [07_06].srt5.12 KB
- 7. Plugin Options Settings Page - Settings API/6.1 add settings section « WordPress Codex.html128 bytes
- 7. Plugin Options Settings Page - Settings API/7. Settings API - Add Settings Fields [07_07].mp454.44 MB
- 7. Plugin Options Settings Page - Settings API/7. Settings API - Add Settings Fields [07_07].srt8.27 KB
- 7. Plugin Options Settings Page - Settings API/7.1 add settings field « WordPress Codex.html126 bytes
- 7. Plugin Options Settings Page - Settings API/8. Settings API - Save Settings [07_08].mp443.81 MB
- 7. Plugin Options Settings Page - Settings API/8. Settings API - Save Settings [07_08].srt7.58 KB
- 7. Plugin Options Settings Page - Settings API/8.1 register_setting() Function WordPress Developer Resources.html130 bytes
- 7. Plugin Options Settings Page - Settings API/9. Settings API - Recap and Sanitization [07_09].mp468.49 MB
- 7. Plugin Options Settings Page - Settings API/9. Settings API - Recap and Sanitization [07_09].srt11.61 KB
- 8. Global Shared Class/1. Creating Global Shared Class [08_01].mp419.45 MB
- 8. Global Shared Class/1. Creating Global Shared Class [08_01].srt3.07 KB
- 8. Global Shared Class/2. Template Loader in Global Class [08_02].mp453.67 MB
- 8. Global Shared Class/2. Template Loader in Global Class [08_02].srt7.75 KB
- 8. Global Shared Class/3. Helper Utility Functions [08_03].mp460.50 MB
- 8. Global Shared Class/3. Helper Utility Functions [08_03].srt9.48 KB
- 9. Shortcodes/1. Shortcodes intro [09_01].mp46.02 MB
- 9. Shortcodes/1. Shortcodes intro [09_01].srt2.16 KB
- 9. Shortcodes/10. Code optimization for Enqueuing CSS and JS [09_10].mp479.45 MB
- 9. Shortcodes/10. Code optimization for Enqueuing CSS and JS [09_10].srt10.93 KB
- 9. Shortcodes/10.1 wp_enqueue_scripts() Function WordPress Developer Resources.html132 bytes
- 9. Shortcodes/10.2 wp_register_script() Function WordPress Developer Resources.html132 bytes
- 9. Shortcodes/11. Functions for JS and Challenge [09_11].mp419.04 MB
- 9. Shortcodes/11. Functions for JS and Challenge [09_11].srt3.25 KB
- 9. Shortcodes/12. Solution to Show CPTs for only specific Taxonomies [09_12].mp441.42 MB
- 9. Shortcodes/12. Solution to Show CPTs for only specific Taxonomies [09_12].srt6.75 KB
- 9. Shortcodes/12.1 Class ReferenceWP Query « WordPress Codex.html133 bytes
- 9. Shortcodes/2. Understanding add_shortcode function [09_02].mp459.65 MB
- 9. Shortcodes/2. Understanding add_shortcode function [09_02].srt10.35 KB
- 9. Shortcodes/2.1 add shortcode « WordPress Codex.html121 bytes
- 9. Shortcodes/2.2 Shortcode API « WordPress Codex.html102 bytes
- 9. Shortcodes/3. Creating Dedicated Shortcode Class [09_03].mp443.91 MB
- 9. Shortcodes/3. Creating Dedicated Shortcode Class [09_03].srt5.53 KB
- 9. Shortcodes/4. Shortcode for Custom Post Type Loop [09_04].mp468.63 MB
- 9. Shortcodes/4. Shortcode for Custom Post Type Loop [09_04].srt9.95 KB
- 9. Shortcodes/5. Configuring Default Values for Attributes [09_05].mp443.68 MB
- 9. Shortcodes/5. Configuring Default Values for Attributes [09_05].srt7.61 KB
- 9. Shortcodes/5.1 get_option() Function WordPress Developer Resources.html141 bytes
- 9. Shortcodes/5.2 shortcode atts « WordPress Codex.html122 bytes
- 9. Shortcodes/6. Using Attributes to control Shortcode Output [09_06].mp444.85 MB
- 9. Shortcodes/6. Using Attributes to control Shortcode Output [09_06].srt6.71 KB
- 9. Shortcodes/7. Challenge to add CSS to Shortcode [09_07].mp415.86 MB
- 9. Shortcodes/7. Challenge to add CSS to Shortcode [09_07].srt2.85 KB
- 9. Shortcodes/8. Solution to add CSS using style tag [09_08].mp465.87 MB
- 9. Shortcodes/8. Solution to add CSS using style tag [09_08].srt8.74 KB
- 9. Shortcodes/9. Best Practices for Enqueuing CSS and JS for Shortcodes [09_09].mp4103.80 MB
- 9. Shortcodes/9. Best Practices for Enqueuing CSS and JS for Shortcodes [09_09].srt14.28 KB
- 9. Shortcodes/9.1 Function Referencewp add inline style « WordPress Codex.html127 bytes
- 9. Shortcodes/9.2 Function Referencewp register style « WordPress Codex.html125 bytes
- 9. Shortcodes/9.3 wp_add_inline_script() Function WordPress Developer Resources.html134 bytes
- 9. Shortcodes/9.4 wp_enqueue_style() Function WordPress Developer Resources.html130 bytes
- 9. Shortcodes/GetFreeCourses.Co.url116 bytes
- Download Paid Udemy Courses For Free.url116 bytes
- GetFreeCourses.Co.url116 bytes
- How you can help GetFreeCourses.Co.txt182 bytes