‘cron API’ Videos

  • Martin Krcho: WP Cron a Rest API

    WordCamp Žilina 2016Speaker: Martin Krcho

    March 9, 2017 — Na prvý pohľad patria možno AJAX a cron medzi pokročilé témy, ale nemusí tomu tak byť.
    AJAX je použitý na takmer všetkých webových stránkach, ktoré robia niečo aspoň trošku zaujímavé. Martin Krcho vám ukáže, ako správne nakódiť AJAX-ové volania na WordPress, aby ste mohli držať krok s dobou a nenačítavali pri každom kliknutí celú stránku.
    Cron je zase nevyhnutný na vykonávanie opakovaných úloh, ako napr. posielanie súhrnného e-mailu vašim čitateľom každú nedeľu podvečer. Na WordPress je to hračka, keď viete ako na to.

    Presentation Slides »

  • Jonathan Buttigieg : Prenez le CronTrol des tâches planifiées

    WordCamp Montréal 2014Speaker: Jonathan Buttigieg

    May 29, 2015 — Connaissez-vous l’API fournit par WordPress pour les tâches planifiées (ou Cron) ? Un cron est un programme qui permet d’exécuter périodiquement un script. WordPress possède sa propre mécanique interne pour exécuter des tâches planifiées, comme la planification d’un article ou les mises à jour des extensions. À travers des exemples concrets, découvrez l’API Cron de WordPress pour créer et gérer vos propres tâches cron.

    Presentation Slides »

  • JR Tashjian: Getting Started With the Cron API

    WordCamp Saratoga 2014Speaker: JR Tashjian

    January 20, 2015 — The Cron API in WordPress is probably the most underused library by plugin developers. Using the Cron API to perform operations asynchronously can increase the speed of your plugin and responsiveness to the end user. Everyone likes when things are fast! We’ll dive into the Cron API and how it works as well as when and where to use it.