WordPress Tutorial on how to create a GDPR WordPress Plugin

Sdílet
Vložit
  • čas přidán 5. 09. 2024

Komentáře • 26

  • @jherbison
    @jherbison  Před 2 lety +3

    Such a fun video to make but wow, it took a long time to edit. Thank you all for watching. Look forward to seeing your comments and please consider subscribing!

  • @tarashrushovskyi6383
    @tarashrushovskyi6383 Před rokem +1

    thank you very much for all of your work on wordpress plugins! greetings from Ukraine 👋

    • @jherbison
      @jherbison  Před rokem

      You’re welcome. Thank you for watching and commenting.

  • @mkktgaming3707
    @mkktgaming3707 Před 9 měsíci +1

    This a great tutorial. I followed everything step by step. I found myself with a few issues along the way but I was able to complete it and make it work. Your video inspires me to continue learning how to create plugin in WordPress and not be afraid of making them.
    Thank you!

    • @jherbison
      @jherbison  Před 9 měsíci +1

      That’s awesome! So glad to hear that. Thank you for watching and commenting.

  • @hasibulislam3783
    @hasibulislam3783 Před 2 lety +1

    Great Tutorials..............

  • @nnwebdigital
    @nnwebdigital Před rokem +1

    Hi Joshua, this is a great tutorial! This is my first time watching it.
    1:15:40 It could be better to include jQuery inside WordPress instead a CDN solution. In this way we have a WP optimized script, code is: wp_enqueue_script('jquery'). I've placed it just abobe gdpr.js script.
    Thanks again, don't stop creating content. Cheers!

  • @aogunnaike
    @aogunnaike Před 2 lety +1

    Awesome tutorial

    • @jherbison
      @jherbison  Před 2 lety

      Thank you for watching and commenting!

  • @mateuszb4387
    @mateuszb4387 Před 2 lety +1

    what a great idea for a video

    • @jherbison
      @jherbison  Před 2 lety

      Thank you for commenting and watching...

  • @dmarushchak
    @dmarushchak Před 2 lety +1

    I haven't checked the video yet, but im so happy, this is something i've been looking for ages! Very much appreciated, thank you!

    • @jherbison
      @jherbison  Před 2 lety

      You're welcome.. Thank you for commenting..

  • @visualmodo
    @visualmodo Před 2 lety +1

    Top!

  • @OProjects
    @OProjects Před 2 lety +1

    Thanks for this very helpful tutorial. You have made WP Plugin development easy to understand. I've already applied this to my site, and its really working. Now I'm thinking the same method to use in other applications. Again thank you very much Joshua. More video tutorials like these in the future... :)

    • @jherbison
      @jherbison  Před 2 lety

      That's awesome.. Glad to hear it. Thank you for watching and commenting!

  • @MukeshKumar-vh4vp
    @MukeshKumar-vh4vp Před 2 lety +1

    Thank you so much! It's really made very simple to understand things. Always appreciates your efforts.

    • @jherbison
      @jherbison  Před 2 lety

      Thank you for watching and commenting!

  • @theman7050
    @theman7050 Před 2 lety +1

    Great. Thanks for creating this.

    • @jherbison
      @jherbison  Před 2 lety

      Thank you for watching and commenting..

  • @chuksokie1213
    @chuksokie1213 Před 2 lety +1

    This was great!

  • @boxoffisa
    @boxoffisa Před 2 lety

    I wonder how long it took you to learn this. I want this badly. Thanks for inspiration.

  • @theman7050
    @theman7050 Před 2 lety +1

    In which circumstances would you advice using a custom db table in WP? A guy once warned me against it on stackoverflow.