Details for this torrent 

WordPress Plugin Development using Boilerplate
Type:
Other > Other
Files:
397
Size:
6.06 GiB (6508899580 Bytes)
Uploaded:
2022-10-10 07:00:51 GMT
By:
cybil18 Trusted
Seeders:
1
Leechers:
0
Comments
0  

Info Hash:
7EE820686043270B8BE60F8C2A1CC3E9A823A559




(Problems with magnets links are fixed by upgrading your torrent client!)
WordPress Plugin Development using Boilerplate

Learn professional WordPress Plugin development in project based course. Learn how to do it the faster, smarter, easier!

Udemy Link - 

Please seed as much as you can!

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