SlideShare a Scribd company logo
Auto Theme Updater Plugin
Sanam Maharjan
WordPress Developer
Nhuja Concepts
What it does?
• Helps you auto update the themes hosted
elsewhere exactly like .org hosted themes
with all the notifications and bulk updates.
wp_update_themes()
stdClass Object (
[last_checked] => 1367027284
[checked] => Array (
[twelve] => 1.0
[twentyeleven] => 1.0
[twentythirteen] => 0.1
[twentytwelve] => 1.1
)
[response] => Array (
[twentyeleven] => Array (
[new_version] => 1.5
[url] => http://wordpress.org/extend/themes/twentyeleven
[package] => http://wordpress.org/extend/themes/
download/twentyeleven.1.5.zip
)
)
)
Hooks and Functions used
add_filter( 'site_transient_update_themes',
'auto_theme_updater_check' );
wp_get_themes();
wp_remote_post( 'http://localhost/wp/wp-
content/api/', $options );
wp_remote_retrieve_body()
Remote server
• Do all the version comparisons and make array of available updates
$user_themes = unserialize( $_POST['themes'] );
$available_updates = array (
'twelve' => array (
'new_version' => '9.1',
'url' => 'http://nhuja.com/
themes/twelve/',
'package' => 'http://downloads.nhuja.com/
auto-update-downloads/twelve.zip'
)
);
echo serialize( $available_updates );
Final Goal
stdClass Object(
[last_checked] => 1367028836
[checked] => Array (
[twelve] => 1.0
[twentyeleven] => 1.0
[twentythirteen] => 0.1
[twentytwelve] => 1.1
)
[response] => Array(
[twentyeleven] => Array(
[new_version] => 1.5
[url] => http://wordpress.org/extend/themes/twentyeleven
[package] => http://wordpress.org/extend/themes/download/twentyeleven.1.5.zip
)
[twelve] => Array(
[new_version] => 2.1
[url] => http://nhuja.com/themes/twelve/
[package] => http://downloads.nhuja.com/auto-update-downloads/twelve.zip
)
)
)
Lets see it in action

More Related Content

What's hot

Scalamen and OT
Scalamen and OTScalamen and OT
Scalamen and OT
getch123
 
Take Data Validation Seriously - Paul Milham, WildWorks
Take Data Validation Seriously - Paul Milham, WildWorksTake Data Validation Seriously - Paul Milham, WildWorks
Take Data Validation Seriously - Paul Milham, WildWorks
NodejsFoundation
 
When dynamic becomes static: the next step in web caching techniques
When dynamic becomes static: the next step in web caching techniquesWhen dynamic becomes static: the next step in web caching techniques
When dynamic becomes static: the next step in web caching techniques
Wim Godden
 
Viktor Tsykunov "Microsoft AI platform for every Developer"
Viktor Tsykunov "Microsoft AI platform for every Developer"Viktor Tsykunov "Microsoft AI platform for every Developer"
Viktor Tsykunov "Microsoft AI platform for every Developer"
Lviv Startup Club
 
03 ansible towerbestpractices-nicholas
03 ansible towerbestpractices-nicholas03 ansible towerbestpractices-nicholas
03 ansible towerbestpractices-nicholas
Khairul Zebua
 
Basic commands for powershell : Configuring Windows PowerShell and working wi...
Basic commands for powershell : Configuring Windows PowerShell and working wi...Basic commands for powershell : Configuring Windows PowerShell and working wi...
Basic commands for powershell : Configuring Windows PowerShell and working wi...
Hitesh Mohapatra
 
SenchaCon 2016: Ext JS + React: A Match Made in UX Heaven - Mark Brocato
SenchaCon 2016: Ext JS + React: A Match Made in UX Heaven - Mark BrocatoSenchaCon 2016: Ext JS + React: A Match Made in UX Heaven - Mark Brocato
SenchaCon 2016: Ext JS + React: A Match Made in UX Heaven - Mark Brocato
Sencha
 
Apache spark with akka couchbase code by bhawani
Apache spark with akka couchbase code by bhawaniApache spark with akka couchbase code by bhawani
Apache spark with akka couchbase code by bhawani
Bhawani N Prasad
 
An Overview of Node.js
An Overview of Node.jsAn Overview of Node.js
An Overview of Node.js
Ayush Mishra
 
Using Task Queues and D3.js to build an analytics product on App Engine
Using Task Queues and D3.js to build an analytics product on App EngineUsing Task Queues and D3.js to build an analytics product on App Engine
Using Task Queues and D3.js to build an analytics product on App Engine
River of Talent
 
Hands on ansible
Hands on ansibleHands on ansible
Hands on ansible
sumit23kumar
 

What's hot (11)

Scalamen and OT
Scalamen and OTScalamen and OT
Scalamen and OT
 
Take Data Validation Seriously - Paul Milham, WildWorks
Take Data Validation Seriously - Paul Milham, WildWorksTake Data Validation Seriously - Paul Milham, WildWorks
Take Data Validation Seriously - Paul Milham, WildWorks
 
When dynamic becomes static: the next step in web caching techniques
When dynamic becomes static: the next step in web caching techniquesWhen dynamic becomes static: the next step in web caching techniques
When dynamic becomes static: the next step in web caching techniques
 
Viktor Tsykunov "Microsoft AI platform for every Developer"
Viktor Tsykunov "Microsoft AI platform for every Developer"Viktor Tsykunov "Microsoft AI platform for every Developer"
Viktor Tsykunov "Microsoft AI platform for every Developer"
 
03 ansible towerbestpractices-nicholas
03 ansible towerbestpractices-nicholas03 ansible towerbestpractices-nicholas
03 ansible towerbestpractices-nicholas
 
Basic commands for powershell : Configuring Windows PowerShell and working wi...
Basic commands for powershell : Configuring Windows PowerShell and working wi...Basic commands for powershell : Configuring Windows PowerShell and working wi...
Basic commands for powershell : Configuring Windows PowerShell and working wi...
 
SenchaCon 2016: Ext JS + React: A Match Made in UX Heaven - Mark Brocato
SenchaCon 2016: Ext JS + React: A Match Made in UX Heaven - Mark BrocatoSenchaCon 2016: Ext JS + React: A Match Made in UX Heaven - Mark Brocato
SenchaCon 2016: Ext JS + React: A Match Made in UX Heaven - Mark Brocato
 
Apache spark with akka couchbase code by bhawani
Apache spark with akka couchbase code by bhawaniApache spark with akka couchbase code by bhawani
Apache spark with akka couchbase code by bhawani
 
An Overview of Node.js
An Overview of Node.jsAn Overview of Node.js
An Overview of Node.js
 
Using Task Queues and D3.js to build an analytics product on App Engine
Using Task Queues and D3.js to build an analytics product on App EngineUsing Task Queues and D3.js to build an analytics product on App Engine
Using Task Queues and D3.js to build an analytics product on App Engine
 
Hands on ansible
Hands on ansibleHands on ansible
Hands on ansible
 

Viewers also liked

El monje que vendio su ferrari
 El monje que vendio su ferrari El monje que vendio su ferrari
El monje que vendio su ferrari
MontanoV
 
1.1. descargar fotos desde un dispositivo externo
1.1. descargar fotos desde un dispositivo externo1.1. descargar fotos desde un dispositivo externo
1.1. descargar fotos desde un dispositivo externo
Instituto
 
Guy fawkes day
Guy fawkes dayGuy fawkes day
Guy fawkes day
turova1858
 
SIS Catalyst Declaration Vienna_Slovak
SIS Catalyst Declaration Vienna_SlovakSIS Catalyst Declaration Vienna_Slovak
SIS Catalyst Declaration Vienna_Slovak
Marek Kmeť
 
сводный план основных городских мероприятий в 2013 г.,
сводный план основных городских мероприятий в 2013 г.,сводный план основных городских мероприятий в 2013 г.,
сводный план основных городских мероприятий в 2013 г.,
Дмитрий Тимофеев
 
SEFE-seminaari 2013 Maisterivalinnat
SEFE-seminaari 2013 MaisterivalinnatSEFE-seminaari 2013 Maisterivalinnat
SEFE-seminaari 2013 Maisterivalinnat
Suomen Ekonomit
 
ชุดความรู้การยกระดับการดำเนินงานสหกรณ์ไปในทิศทางเชิงคุณค่า
ชุดความรู้การยกระดับการดำเนินงานสหกรณ์ไปในทิศทางเชิงคุณค่าชุดความรู้การยกระดับการดำเนินงานสหกรณ์ไปในทิศทางเชิงคุณค่า
ชุดความรู้การยกระดับการดำเนินงานสหกรณ์ไปในทิศทางเชิงคุณค่า
ThailandCoop
 
Baretta Street Christchurch 2003
Baretta Street Christchurch 2003Baretta Street Christchurch 2003
Baretta Street Christchurch 2003Sherif Mikhail
 
Responses from my survey
Responses from my surveyResponses from my survey
Responses from my survey
Fay Amber Yaxley
 
Evolucion windows completa_solo_aulavirtual (1)
Evolucion windows completa_solo_aulavirtual (1)Evolucion windows completa_solo_aulavirtual (1)
Evolucion windows completa_solo_aulavirtual (1)
1000tonchavez
 
Soyabean tips
Soyabean tipsSoyabean tips
Soyabean tips
Ncdex Commodity
 
TICS
TICSTICS
conceptos nutricionales
conceptos nutricionalesconceptos nutricionales
conceptos nutricionales
deilyjoan
 

Viewers also liked (14)

El monje que vendio su ferrari
 El monje que vendio su ferrari El monje que vendio su ferrari
El monje que vendio su ferrari
 
1.1. descargar fotos desde un dispositivo externo
1.1. descargar fotos desde un dispositivo externo1.1. descargar fotos desde un dispositivo externo
1.1. descargar fotos desde un dispositivo externo
 
Guy fawkes day
Guy fawkes dayGuy fawkes day
Guy fawkes day
 
SIS Catalyst Declaration Vienna_Slovak
SIS Catalyst Declaration Vienna_SlovakSIS Catalyst Declaration Vienna_Slovak
SIS Catalyst Declaration Vienna_Slovak
 
сводный план основных городских мероприятий в 2013 г.,
сводный план основных городских мероприятий в 2013 г.,сводный план основных городских мероприятий в 2013 г.,
сводный план основных городских мероприятий в 2013 г.,
 
SEFE-seminaari 2013 Maisterivalinnat
SEFE-seminaari 2013 MaisterivalinnatSEFE-seminaari 2013 Maisterivalinnat
SEFE-seminaari 2013 Maisterivalinnat
 
ชุดความรู้การยกระดับการดำเนินงานสหกรณ์ไปในทิศทางเชิงคุณค่า
ชุดความรู้การยกระดับการดำเนินงานสหกรณ์ไปในทิศทางเชิงคุณค่าชุดความรู้การยกระดับการดำเนินงานสหกรณ์ไปในทิศทางเชิงคุณค่า
ชุดความรู้การยกระดับการดำเนินงานสหกรณ์ไปในทิศทางเชิงคุณค่า
 
Baretta Street Christchurch 2003
Baretta Street Christchurch 2003Baretta Street Christchurch 2003
Baretta Street Christchurch 2003
 
Responses from my survey
Responses from my surveyResponses from my survey
Responses from my survey
 
Curs 6 pt studenti
Curs 6 pt studentiCurs 6 pt studenti
Curs 6 pt studenti
 
Evolucion windows completa_solo_aulavirtual (1)
Evolucion windows completa_solo_aulavirtual (1)Evolucion windows completa_solo_aulavirtual (1)
Evolucion windows completa_solo_aulavirtual (1)
 
Soyabean tips
Soyabean tipsSoyabean tips
Soyabean tips
 
TICS
TICSTICS
TICS
 
conceptos nutricionales
conceptos nutricionalesconceptos nutricionales
conceptos nutricionales
 

Similar to Auto theme updater plugin

WordPress customizer for themes and more
WordPress customizer for themes and moreWordPress customizer for themes and more
WordPress customizer for themes and more
Santosh Kunwar
 
My first WordPress Plugin
My first WordPress PluginMy first WordPress Plugin
My first WordPress Plugin
Abbas Siddiqi
 
Simple Contact Us Plugin Development
Simple Contact Us Plugin DevelopmentSimple Contact Us Plugin Development
Simple Contact Us Plugin Development
wpnepal
 
WordPress plugin #2
WordPress plugin #2WordPress plugin #2
WordPress plugin #2
giwoolee
 
Developing formultisite
Developing formultisiteDeveloping formultisite
Developing formultisite
Marty Thornley
 
Plug in development
Plug in developmentPlug in development
Plug in development
Lucky Ali
 
wp-cli
wp-cliwp-cli
How to make a WordPress theme
How to make a WordPress themeHow to make a WordPress theme
How to make a WordPress theme
Hardeep Asrani
 
Childthemes ottawa-word camp-1919
Childthemes ottawa-word camp-1919Childthemes ottawa-word camp-1919
Childthemes ottawa-word camp-1919
Paul Bearne
 
WordPress Fav Plugins & Security
WordPress Fav Plugins & SecurityWordPress Fav Plugins & Security
WordPress Fav Plugins & Security
The Toolbox, Inc.
 
Intro to WordPress Plugin Development
Intro to WordPress Plugin DevelopmentIntro to WordPress Plugin Development
Intro to WordPress Plugin Development
Brad Williams
 
Easy Guide to WordPress Theme Integration
Easy Guide to WordPress Theme IntegrationEasy Guide to WordPress Theme Integration
Easy Guide to WordPress Theme Integration
Sankhala Info Solutions
 
Readme
ReadmeReadme
Readme
112ONE
 
Theming 101
Theming 101Theming 101
Theming 101
WinnipegWordcamp
 
Wordpress For Begineer
Wordpress For BegineerWordpress For Begineer
Wordpress For Begineer
Binita Neupane
 
Make the hosting company life easier with SharePoint PowerShell
Make the hosting company life easier with SharePoint PowerShellMake the hosting company life easier with SharePoint PowerShell
Make the hosting company life easier with SharePoint PowerShell
Virtual Affairs
 
Refresh Austin - Intro to Dexy
Refresh Austin - Intro to DexyRefresh Austin - Intro to Dexy
Refresh Austin - Intro to Dexy
ananelson
 
WordPress theme development from scratch : ICT MeetUp 2013 Nepal
WordPress theme development from scratch : ICT MeetUp 2013 NepalWordPress theme development from scratch : ICT MeetUp 2013 Nepal
WordPress theme development from scratch : ICT MeetUp 2013 Nepal
Chandra Prakash Thapa
 
Z-Ray: A customizable development tool belt (Zendcon 2016)
Z-Ray: A customizable development tool belt (Zendcon 2016)Z-Ray: A customizable development tool belt (Zendcon 2016)
Z-Ray: A customizable development tool belt (Zendcon 2016)
Mathew Beane
 
WordPress Developers Israel Meetup #1
WordPress Developers Israel Meetup #1WordPress Developers Israel Meetup #1
WordPress Developers Israel Meetup #1
Yoav Farhi
 

Similar to Auto theme updater plugin (20)

WordPress customizer for themes and more
WordPress customizer for themes and moreWordPress customizer for themes and more
WordPress customizer for themes and more
 
My first WordPress Plugin
My first WordPress PluginMy first WordPress Plugin
My first WordPress Plugin
 
Simple Contact Us Plugin Development
Simple Contact Us Plugin DevelopmentSimple Contact Us Plugin Development
Simple Contact Us Plugin Development
 
WordPress plugin #2
WordPress plugin #2WordPress plugin #2
WordPress plugin #2
 
Developing formultisite
Developing formultisiteDeveloping formultisite
Developing formultisite
 
Plug in development
Plug in developmentPlug in development
Plug in development
 
wp-cli
wp-cliwp-cli
wp-cli
 
How to make a WordPress theme
How to make a WordPress themeHow to make a WordPress theme
How to make a WordPress theme
 
Childthemes ottawa-word camp-1919
Childthemes ottawa-word camp-1919Childthemes ottawa-word camp-1919
Childthemes ottawa-word camp-1919
 
WordPress Fav Plugins & Security
WordPress Fav Plugins & SecurityWordPress Fav Plugins & Security
WordPress Fav Plugins & Security
 
Intro to WordPress Plugin Development
Intro to WordPress Plugin DevelopmentIntro to WordPress Plugin Development
Intro to WordPress Plugin Development
 
Easy Guide to WordPress Theme Integration
Easy Guide to WordPress Theme IntegrationEasy Guide to WordPress Theme Integration
Easy Guide to WordPress Theme Integration
 
Readme
ReadmeReadme
Readme
 
Theming 101
Theming 101Theming 101
Theming 101
 
Wordpress For Begineer
Wordpress For BegineerWordpress For Begineer
Wordpress For Begineer
 
Make the hosting company life easier with SharePoint PowerShell
Make the hosting company life easier with SharePoint PowerShellMake the hosting company life easier with SharePoint PowerShell
Make the hosting company life easier with SharePoint PowerShell
 
Refresh Austin - Intro to Dexy
Refresh Austin - Intro to DexyRefresh Austin - Intro to Dexy
Refresh Austin - Intro to Dexy
 
WordPress theme development from scratch : ICT MeetUp 2013 Nepal
WordPress theme development from scratch : ICT MeetUp 2013 NepalWordPress theme development from scratch : ICT MeetUp 2013 Nepal
WordPress theme development from scratch : ICT MeetUp 2013 Nepal
 
Z-Ray: A customizable development tool belt (Zendcon 2016)
Z-Ray: A customizable development tool belt (Zendcon 2016)Z-Ray: A customizable development tool belt (Zendcon 2016)
Z-Ray: A customizable development tool belt (Zendcon 2016)
 
WordPress Developers Israel Meetup #1
WordPress Developers Israel Meetup #1WordPress Developers Israel Meetup #1
WordPress Developers Israel Meetup #1
 

Recently uploaded

Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
Zilliz
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
Safe Software
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
Uni Systems S.M.S.A.
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
James Anderson
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
DianaGray10
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
Quotidiano Piemontese
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
Daiki Mogmet Ito
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
SOFTTECHHUB
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
Adtran
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
名前 です男
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
Neo4j
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
Neo4j
 
Large Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial ApplicationsLarge Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial Applications
Rohit Gautam
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
Neo4j
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
Alpen-Adria-Universität
 
Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...
Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...
Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...
Zilliz
 

Recently uploaded (20)

Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
 
Large Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial ApplicationsLarge Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial Applications
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
 
Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...
Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...
Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...
 

Auto theme updater plugin

  • 1. Auto Theme Updater Plugin Sanam Maharjan WordPress Developer Nhuja Concepts
  • 2. What it does? • Helps you auto update the themes hosted elsewhere exactly like .org hosted themes with all the notifications and bulk updates.
  • 3. wp_update_themes() stdClass Object ( [last_checked] => 1367027284 [checked] => Array ( [twelve] => 1.0 [twentyeleven] => 1.0 [twentythirteen] => 0.1 [twentytwelve] => 1.1 ) [response] => Array ( [twentyeleven] => Array ( [new_version] => 1.5 [url] => http://wordpress.org/extend/themes/twentyeleven [package] => http://wordpress.org/extend/themes/ download/twentyeleven.1.5.zip ) ) )
  • 4. Hooks and Functions used add_filter( 'site_transient_update_themes', 'auto_theme_updater_check' ); wp_get_themes(); wp_remote_post( 'http://localhost/wp/wp- content/api/', $options ); wp_remote_retrieve_body()
  • 5. Remote server • Do all the version comparisons and make array of available updates $user_themes = unserialize( $_POST['themes'] ); $available_updates = array ( 'twelve' => array ( 'new_version' => '9.1', 'url' => 'http://nhuja.com/ themes/twelve/', 'package' => 'http://downloads.nhuja.com/ auto-update-downloads/twelve.zip' ) ); echo serialize( $available_updates );
  • 6. Final Goal stdClass Object( [last_checked] => 1367028836 [checked] => Array ( [twelve] => 1.0 [twentyeleven] => 1.0 [twentythirteen] => 0.1 [twentytwelve] => 1.1 ) [response] => Array( [twentyeleven] => Array( [new_version] => 1.5 [url] => http://wordpress.org/extend/themes/twentyeleven [package] => http://wordpress.org/extend/themes/download/twentyeleven.1.5.zip ) [twelve] => Array( [new_version] => 2.1 [url] => http://nhuja.com/themes/twelve/ [package] => http://downloads.nhuja.com/auto-update-downloads/twelve.zip ) ) )
  • 7. Lets see it in action