Writing PHP – The WordPress Way! by Rahul Bansal @WordCamp Mumbai 2017

rtCamp
rtCamp rtCamp
Writing PHP!
The WordPress Way!
@rahul286
Agenda! 🎯
Writing PHP – The WordPress Way! by Rahul Bansal  @WordCamp Mumbai 2017
Why? 🕵
What Can Go Wrong? 💣
“ANYTHING THAT CAN GO WRONG,
WILL GO WRONG!”
-Murphy's Law 😈😛
Different PHP
Versions 🎲
PHP Versions used by
WordPress sites
Different PHP
Extensions 🎭
Writing PHP – The WordPress Way! by Rahul Bansal  @WordCamp Mumbai 2017
Examples! 🎉
curl()
vs
wp_remote_*()
White Screen of Death! ☠
array_merge()
vs
wp_parse_args()
$input_string =
'type=post&posts_per_page=5&cat=1'
$input_array =
array ( 'type' => 'post', 'posts_per_page'
=> 5, 'cat' => '1' )
Example of Example! 🤓
parse_url()
vs
wp_parse_url()
json_encode()
vs
wp_json_encode()
array_column()
v/s
wp_list_pluck()
intval()
vs
absint()
More WordPress Ways 🎩
• checked()
• selected()
• wp_dropdown_pages()/users()/*()
Helper Functions
Takeaway! 🤓
Writing PHP – The WordPress Way! by Rahul Bansal  @WordCamp Mumbai 2017
Did you find this useful? 😉
We are “always” hiring! 🤗
careers.rtcamp.com
Thanks!
@rahul286
rahul@rtcamp.com
1 of 26

Recommended

i18n for Plugin and Theme Developers, WordCamp Milano 2016 by
i18n for Plugin and Theme Developers, WordCamp Milano 2016i18n for Plugin and Theme Developers, WordCamp Milano 2016
i18n for Plugin and Theme Developers, WordCamp Milano 2016Sergey Biryukov
1.3K views30 slides
WordPress&映像配信セミナー+さぶみっと!オフ会 - 第1回 さぶみっと! WEB制作セミナー Supported by NTTスマートコネクト by
WordPress&映像配信セミナー+さぶみっと!オフ会 - 第1回 さぶみっと! WEB制作セミナー Supported by NTTスマートコネクトWordPress&映像配信セミナー+さぶみっと!オフ会 - 第1回 さぶみっと! WEB制作セミナー Supported by NTTスマートコネクト
WordPress&映像配信セミナー+さぶみっと!オフ会 - 第1回 さぶみっと! WEB制作セミナー Supported by NTTスマートコネクトHiromichi Koga
2.2K views96 slides
Creating Extensible Plugins for WordPress by
Creating Extensible Plugins for WordPressCreating Extensible Plugins for WordPress
Creating Extensible Plugins for WordPressHristo Chakarov
1.4K views26 slides
Building a good quality WordPress theme by
Building a good quality WordPress themeBuilding a good quality WordPress theme
Building a good quality WordPress themeNisha Singh
451 views10 slides
D7 theming what's new - London by
D7 theming what's new - LondonD7 theming what's new - London
D7 theming what's new - LondonMarek Sotak
4K views30 slides
Plugging into plugins by
Plugging into pluginsPlugging into plugins
Plugging into pluginsJosh Harrison
1.4K views31 slides

More Related Content

What's hot

Drupal 7 Theming - what's new by
Drupal 7 Theming - what's newDrupal 7 Theming - what's new
Drupal 7 Theming - what's newMarek Sotak
2.7K views32 slides
Php, mysq lpart1 by
Php, mysq lpart1Php, mysq lpart1
Php, mysq lpart1Subhasis Nayak
690 views16 slides
Php, mysq lpart4(processing html form) by
Php, mysq lpart4(processing html form)Php, mysq lpart4(processing html form)
Php, mysq lpart4(processing html form)Subhasis Nayak
1.2K views15 slides
Adopt or hack - how to hack a theme in a Drupal way by
Adopt or hack - how to hack a theme in a Drupal wayAdopt or hack - how to hack a theme in a Drupal way
Adopt or hack - how to hack a theme in a Drupal wayMarek Sotak
3K views25 slides
jQuery Plugin Creation by
jQuery Plugin CreationjQuery Plugin Creation
jQuery Plugin Creationbenalman
22.7K views82 slides
Sourcerer and Joomla! rev. 20130903 by
Sourcerer and Joomla! rev. 20130903Sourcerer and Joomla! rev. 20130903
Sourcerer and Joomla! rev. 20130903DouglasPickett
2.9K views63 slides

What's hot(20)

Drupal 7 Theming - what's new by Marek Sotak
Drupal 7 Theming - what's newDrupal 7 Theming - what's new
Drupal 7 Theming - what's new
Marek Sotak2.7K views
Php, mysq lpart4(processing html form) by Subhasis Nayak
Php, mysq lpart4(processing html form)Php, mysq lpart4(processing html form)
Php, mysq lpart4(processing html form)
Subhasis Nayak1.2K views
Adopt or hack - how to hack a theme in a Drupal way by Marek Sotak
Adopt or hack - how to hack a theme in a Drupal wayAdopt or hack - how to hack a theme in a Drupal way
Adopt or hack - how to hack a theme in a Drupal way
Marek Sotak3K views
jQuery Plugin Creation by benalman
jQuery Plugin CreationjQuery Plugin Creation
jQuery Plugin Creation
benalman22.7K views
Sourcerer and Joomla! rev. 20130903 by DouglasPickett
Sourcerer and Joomla! rev. 20130903Sourcerer and Joomla! rev. 20130903
Sourcerer and Joomla! rev. 20130903
DouglasPickett2.9K views
Writing your Third Plugin by Justin Ryan
Writing your Third PluginWriting your Third Plugin
Writing your Third Plugin
Justin Ryan31.5K views
Mojolicious - A new hope by Marcus Ramberg
Mojolicious - A new hopeMojolicious - A new hope
Mojolicious - A new hope
Marcus Ramberg12.1K views
Atomicant Drupal 6 Theming by Marek Sotak
Atomicant Drupal 6 ThemingAtomicant Drupal 6 Theming
Atomicant Drupal 6 Theming
Marek Sotak665 views
Kicking off with Zend Expressive and Doctrine ORM (PHPNW2016) by James Titcumb
Kicking off with Zend Expressive and Doctrine ORM (PHPNW2016)Kicking off with Zend Expressive and Doctrine ORM (PHPNW2016)
Kicking off with Zend Expressive and Doctrine ORM (PHPNW2016)
James Titcumb1.3K views
Build a Better Editing Experience with Advanced Custom Fields - #WCTO16 by Jeseph Meyers
Build a Better Editing Experience with Advanced Custom Fields - #WCTO16Build a Better Editing Experience with Advanced Custom Fields - #WCTO16
Build a Better Editing Experience with Advanced Custom Fields - #WCTO16
Jeseph Meyers452 views
Best Practices in Plugin Development (WordCamp Seattle) by andrewnacin
Best Practices in Plugin Development (WordCamp Seattle)Best Practices in Plugin Development (WordCamp Seattle)
Best Practices in Plugin Development (WordCamp Seattle)
andrewnacin27.1K views
Extending the WordPress REST API - Josh Pollock by Caldera Labs
Extending the WordPress REST API - Josh PollockExtending the WordPress REST API - Josh Pollock
Extending the WordPress REST API - Josh Pollock
Caldera Labs4.9K views
Kicking off with Zend Expressive and Doctrine ORM (Sunshine PHP 2017) by James Titcumb
Kicking off with Zend Expressive and Doctrine ORM (Sunshine PHP 2017)Kicking off with Zend Expressive and Doctrine ORM (Sunshine PHP 2017)
Kicking off with Zend Expressive and Doctrine ORM (Sunshine PHP 2017)
James Titcumb1.6K views
Joomla! Frappe - Κατασκευή εφαρμογών για το Joomla! χωρίς να τραβάτε τα μαλιά... by Nicholas Dionysopoulos
Joomla! Frappe - Κατασκευή εφαρμογών για το Joomla! χωρίς να τραβάτε τα μαλιά...Joomla! Frappe - Κατασκευή εφαρμογών για το Joomla! χωρίς να τραβάτε τα μαλιά...
Joomla! Frappe - Κατασκευή εφαρμογών για το Joomla! χωρίς να τραβάτε τα μαλιά...

Viewers also liked

Hiring The Right Way in the WordPress Ecosystem - WordCamp Udaipur 2017 by
Hiring The Right Way in the WordPress Ecosystem - WordCamp Udaipur 2017Hiring The Right Way in the WordPress Ecosystem - WordCamp Udaipur 2017
Hiring The Right Way in the WordPress Ecosystem - WordCamp Udaipur 2017rtCamp
2.1K views25 slides
WordPress Developer tools by
WordPress Developer toolsWordPress Developer tools
WordPress Developer toolsSudar Muthu
9.1K views23 slides
How Translation Sprints Help Bring in New Contributors by Rahul Bansal @ Word... by
How Translation Sprints Help Bring in New Contributors by Rahul Bansal @ Word...How Translation Sprints Help Bring in New Contributors by Rahul Bansal @ Word...
How Translation Sprints Help Bring in New Contributors by Rahul Bansal @ Word...rtCamp
533 views18 slides
Importance of Content Writing & Marketing for Plugin Developers by
Importance of Content Writing & Marketing for Plugin DevelopersImportance of Content Writing & Marketing for Plugin Developers
Importance of Content Writing & Marketing for Plugin DevelopersVishal Kothari
5.6K views32 slides
Jalna Icon Marathi by
Jalna Icon MarathiJalna Icon Marathi
Jalna Icon MarathiVinodrai Engineers P Ltd.,
2.7K views256 slides
Handling clients The human way! by
Handling clients The human way!Handling clients The human way!
Handling clients The human way!Vivek Jain
3.7K views23 slides

Viewers also liked(20)

Hiring The Right Way in the WordPress Ecosystem - WordCamp Udaipur 2017 by rtCamp
Hiring The Right Way in the WordPress Ecosystem - WordCamp Udaipur 2017Hiring The Right Way in the WordPress Ecosystem - WordCamp Udaipur 2017
Hiring The Right Way in the WordPress Ecosystem - WordCamp Udaipur 2017
rtCamp 2.1K views
WordPress Developer tools by Sudar Muthu
WordPress Developer toolsWordPress Developer tools
WordPress Developer tools
Sudar Muthu9.1K views
How Translation Sprints Help Bring in New Contributors by Rahul Bansal @ Word... by rtCamp
How Translation Sprints Help Bring in New Contributors by Rahul Bansal @ Word...How Translation Sprints Help Bring in New Contributors by Rahul Bansal @ Word...
How Translation Sprints Help Bring in New Contributors by Rahul Bansal @ Word...
rtCamp 533 views
Importance of Content Writing & Marketing for Plugin Developers by Vishal Kothari
Importance of Content Writing & Marketing for Plugin DevelopersImportance of Content Writing & Marketing for Plugin Developers
Importance of Content Writing & Marketing for Plugin Developers
Vishal Kothari5.6K views
Handling clients The human way! by Vivek Jain
Handling clients The human way!Handling clients The human way!
Handling clients The human way!
Vivek Jain3.7K views
WordPress Security : What We Learnt When We Were Hacked : WordCamp Mumbai 2017 by Bhushan Jawle
WordPress Security : What We Learnt When We Were Hacked : WordCamp Mumbai 2017WordPress Security : What We Learnt When We Were Hacked : WordCamp Mumbai 2017
WordPress Security : What We Learnt When We Were Hacked : WordCamp Mumbai 2017
Bhushan Jawle5.9K views
Debugging WordPress Performance using EasyEngine by rtCamp
Debugging WordPress Performance using EasyEngineDebugging WordPress Performance using EasyEngine
Debugging WordPress Performance using EasyEngine
rtCamp 1.1K views
Scaling WooCommerce - WordCamp Mumbai 2016 by rtCamp
Scaling WooCommerce - WordCamp Mumbai 2016Scaling WooCommerce - WordCamp Mumbai 2016
Scaling WooCommerce - WordCamp Mumbai 2016
rtCamp 10.6K views
EasyEngine - Command-Line tool to manage WordPress Sites on Nginx by rtCamp
EasyEngine - Command-Line tool to manage WordPress Sites on NginxEasyEngine - Command-Line tool to manage WordPress Sites on Nginx
EasyEngine - Command-Line tool to manage WordPress Sites on Nginx
rtCamp 5.5K views
Cómo involucrarte (más) con WordPress - WordCamp Bilbao 2016 by Rocío Valdivia
Cómo involucrarte (más) con WordPress - WordCamp Bilbao 2016Cómo involucrarte (más) con WordPress - WordCamp Bilbao 2016
Cómo involucrarte (más) con WordPress - WordCamp Bilbao 2016
Rocío Valdivia1.7K views
Lecture 6 Brand Management by Nagesh Pai
Lecture 6    Brand  ManagementLecture 6    Brand  Management
Lecture 6 Brand Management
Nagesh Pai3.4K views
Building a High Quality WordPress Agency in South Asia - Rahul Bansal - WordC... by rtCamp
Building a High Quality WordPress Agency in South Asia - Rahul Bansal - WordC...Building a High Quality WordPress Agency in South Asia - Rahul Bansal - WordC...
Building a High Quality WordPress Agency in South Asia - Rahul Bansal - WordC...
rtCamp 1.3K views
Title и Description: Правила оформления by Siteclinic
Title и Description: Правила оформленияTitle и Description: Правила оформления
Title и Description: Правила оформления
Siteclinic16.5K views
How to Boost the performance of your Wordpress powered websites by Pratik Jagdishwala
How to Boost the performance of your Wordpress powered websitesHow to Boost the performance of your Wordpress powered websites
How to Boost the performance of your Wordpress powered websites
Pratik Jagdishwala5.3K views
Libre planet2017 micky by Micky Metts
Libre planet2017 mickyLibre planet2017 micky
Libre planet2017 micky
Micky Metts345 views
Using Facebook, Twitter & Instagram to build interest in your club by Andrew Hesselden
Using Facebook, Twitter & Instagram to build interest in your clubUsing Facebook, Twitter & Instagram to build interest in your club
Using Facebook, Twitter & Instagram to build interest in your club
Andrew Hesselden2.2K views
Waag Society's Het Praktikum CRISPR #1 170222 by Wieke Betten
Waag Society's Het Praktikum CRISPR #1 170222Waag Society's Het Praktikum CRISPR #1 170222
Waag Society's Het Praktikum CRISPR #1 170222
Wieke Betten369 views

Similar to Writing PHP – The WordPress Way! by Rahul Bansal @WordCamp Mumbai 2017

PHP Basics and Demo HackU by
PHP Basics and Demo HackUPHP Basics and Demo HackU
PHP Basics and Demo HackUAnshu Prateek
407 views17 slides
FizzBuzzではじめるテスト by
FizzBuzzではじめるテストFizzBuzzではじめるテスト
FizzBuzzではじめるテストMasashi Shinbara
4.4K views32 slides
Becoming a better WordPress Developer by
Becoming a better WordPress DeveloperBecoming a better WordPress Developer
Becoming a better WordPress DeveloperJoey Kudish
1.6K views40 slides
WordPress development paradigms, idiosyncrasies and other big words by
WordPress development paradigms, idiosyncrasies and other big wordsWordPress development paradigms, idiosyncrasies and other big words
WordPress development paradigms, idiosyncrasies and other big wordsTomAuger
6.4K views71 slides
Lecture2_IntroductionToPHP_Spring2023.pdf by
Lecture2_IntroductionToPHP_Spring2023.pdfLecture2_IntroductionToPHP_Spring2023.pdf
Lecture2_IntroductionToPHP_Spring2023.pdfShaimaaMohamedGalal
10 views47 slides
Web app development_php_04 by
Web app development_php_04Web app development_php_04
Web app development_php_04Hassen Poreya
744 views30 slides

Similar to Writing PHP – The WordPress Way! by Rahul Bansal @WordCamp Mumbai 2017(20)

PHP Basics and Demo HackU by Anshu Prateek
PHP Basics and Demo HackUPHP Basics and Demo HackU
PHP Basics and Demo HackU
Anshu Prateek407 views
Becoming a better WordPress Developer by Joey Kudish
Becoming a better WordPress DeveloperBecoming a better WordPress Developer
Becoming a better WordPress Developer
Joey Kudish1.6K views
WordPress development paradigms, idiosyncrasies and other big words by TomAuger
WordPress development paradigms, idiosyncrasies and other big wordsWordPress development paradigms, idiosyncrasies and other big words
WordPress development paradigms, idiosyncrasies and other big words
TomAuger6.4K views
Web app development_php_04 by Hassen Poreya
Web app development_php_04Web app development_php_04
Web app development_php_04
Hassen Poreya744 views
Nikita Popov "What’s new in PHP 8.0?" by Fwdays
Nikita Popov "What’s new in PHP 8.0?"Nikita Popov "What’s new in PHP 8.0?"
Nikita Popov "What’s new in PHP 8.0?"
Fwdays526 views
What's new in PHP 8.0? by Nikita Popov
What's new in PHP 8.0?What's new in PHP 8.0?
What's new in PHP 8.0?
Nikita Popov10K views
Hardcore URL Routing for WordPress - WordCamp Atlanta 2014 (PPT) by Mike Schinkel
Hardcore URL Routing for WordPress - WordCamp Atlanta 2014 (PPT)Hardcore URL Routing for WordPress - WordCamp Atlanta 2014 (PPT)
Hardcore URL Routing for WordPress - WordCamp Atlanta 2014 (PPT)
Mike Schinkel10.5K views
عرض حول وردبريس by Mohammed SAHLI
عرض حول وردبريسعرض حول وردبريس
عرض حول وردبريس
Mohammed SAHLI1.3K views
PSR-7 - Middleware - Zend Expressive by Milad Arabi
PSR-7 - Middleware - Zend ExpressivePSR-7 - Middleware - Zend Expressive
PSR-7 - Middleware - Zend Expressive
Milad Arabi515 views
What Is Php by AVC
What Is PhpWhat Is Php
What Is Php
AVC4.8K views
Entry-level PHP for WordPress by sprclldr
Entry-level PHP for WordPressEntry-level PHP for WordPress
Entry-level PHP for WordPress
sprclldr608 views

More from rtCamp

WordPress on the Jamstack by rtCamper Muhammad Muhsin @ WordPress Colombo Meetup by
WordPress on the Jamstack by rtCamper Muhammad Muhsin @ WordPress Colombo MeetupWordPress on the Jamstack by rtCamper Muhammad Muhsin @ WordPress Colombo Meetup
WordPress on the Jamstack by rtCamper Muhammad Muhsin @ WordPress Colombo MeetuprtCamp
189 views39 slides
Blazing Fast eCommerce with Gatsby, WordPress, and WooCommerce by Muhammad Mu... by
Blazing Fast eCommerce with Gatsby, WordPress, and WooCommerce by Muhammad Mu...Blazing Fast eCommerce with Gatsby, WordPress, and WooCommerce by Muhammad Mu...
Blazing Fast eCommerce with Gatsby, WordPress, and WooCommerce by Muhammad Mu...rtCamp
257 views47 slides
Using WordPress with Static Site Generators by Muhammad Muhsin and Jason Bahl... by
Using WordPress with Static Site Generators by Muhammad Muhsin and Jason Bahl...Using WordPress with Static Site Generators by Muhammad Muhsin and Jason Bahl...
Using WordPress with Static Site Generators by Muhammad Muhsin and Jason Bahl...rtCamp
712 views43 slides
Build Your Blazing Fast Site with Gatsby and WordPress @ WordSesh by Muhammad... by
Build Your Blazing Fast Site with Gatsby and WordPress @ WordSesh by Muhammad...Build Your Blazing Fast Site with Gatsby and WordPress @ WordSesh by Muhammad...
Build Your Blazing Fast Site with Gatsby and WordPress @ WordSesh by Muhammad...rtCamp
2.5K views36 slides
Server Side React for WordPress by Muhammad Muhsin @ The JavaScript for WordP... by
Server Side React for WordPress by Muhammad Muhsin @ The JavaScript for WordP...Server Side React for WordPress by Muhammad Muhsin @ The JavaScript for WordP...
Server Side React for WordPress by Muhammad Muhsin @ The JavaScript for WordP...rtCamp
3.2K views30 slides
The Art of Pricing by Rahul Bansal @ WordCamp Europe June 2019 by
The Art of Pricing by Rahul Bansal @ WordCamp Europe June 2019The Art of Pricing by Rahul Bansal @ WordCamp Europe June 2019
The Art of Pricing by Rahul Bansal @ WordCamp Europe June 2019rtCamp
3.6K views34 slides

More from rtCamp (20)

WordPress on the Jamstack by rtCamper Muhammad Muhsin @ WordPress Colombo Meetup by rtCamp
WordPress on the Jamstack by rtCamper Muhammad Muhsin @ WordPress Colombo MeetupWordPress on the Jamstack by rtCamper Muhammad Muhsin @ WordPress Colombo Meetup
WordPress on the Jamstack by rtCamper Muhammad Muhsin @ WordPress Colombo Meetup
rtCamp 189 views
Blazing Fast eCommerce with Gatsby, WordPress, and WooCommerce by Muhammad Mu... by rtCamp
Blazing Fast eCommerce with Gatsby, WordPress, and WooCommerce by Muhammad Mu...Blazing Fast eCommerce with Gatsby, WordPress, and WooCommerce by Muhammad Mu...
Blazing Fast eCommerce with Gatsby, WordPress, and WooCommerce by Muhammad Mu...
rtCamp 257 views
Using WordPress with Static Site Generators by Muhammad Muhsin and Jason Bahl... by rtCamp
Using WordPress with Static Site Generators by Muhammad Muhsin and Jason Bahl...Using WordPress with Static Site Generators by Muhammad Muhsin and Jason Bahl...
Using WordPress with Static Site Generators by Muhammad Muhsin and Jason Bahl...
rtCamp 712 views
Build Your Blazing Fast Site with Gatsby and WordPress @ WordSesh by Muhammad... by rtCamp
Build Your Blazing Fast Site with Gatsby and WordPress @ WordSesh by Muhammad...Build Your Blazing Fast Site with Gatsby and WordPress @ WordSesh by Muhammad...
Build Your Blazing Fast Site with Gatsby and WordPress @ WordSesh by Muhammad...
rtCamp 2.5K views
Server Side React for WordPress by Muhammad Muhsin @ The JavaScript for WordP... by rtCamp
Server Side React for WordPress by Muhammad Muhsin @ The JavaScript for WordP...Server Side React for WordPress by Muhammad Muhsin @ The JavaScript for WordP...
Server Side React for WordPress by Muhammad Muhsin @ The JavaScript for WordP...
rtCamp 3.2K views
The Art of Pricing by Rahul Bansal @ WordCamp Europe June 2019 by rtCamp
The Art of Pricing by Rahul Bansal @ WordCamp Europe June 2019The Art of Pricing by Rahul Bansal @ WordCamp Europe June 2019
The Art of Pricing by Rahul Bansal @ WordCamp Europe June 2019
rtCamp 3.6K views
Selling WordPress to Enterprises by Rahul Bansal @ WordSesh May 2019 by rtCamp
Selling WordPress to Enterprises by Rahul Bansal @ WordSesh May 2019Selling WordPress to Enterprises by Rahul Bansal @ WordSesh May 2019
Selling WordPress to Enterprises by Rahul Bansal @ WordSesh May 2019
rtCamp 545 views
The Art of Pricing by Rahul Bansal - WordCamp Bangkok 2019 by rtCamp
The Art of Pricing by Rahul Bansal - WordCamp Bangkok 2019The Art of Pricing by Rahul Bansal - WordCamp Bangkok 2019
The Art of Pricing by Rahul Bansal - WordCamp Bangkok 2019
rtCamp 341 views
Hooking with WordPress by Rahul Prajapati - COEP FOSSMeet March 2019 by rtCamp
Hooking with WordPress by Rahul Prajapati - COEP FOSSMeet March 2019Hooking with WordPress by Rahul Prajapati - COEP FOSSMeet March 2019
Hooking with WordPress by Rahul Prajapati - COEP FOSSMeet March 2019
rtCamp 2.5K views
Careers in WordPress and Open Source by Rahul Bansal - COEP FOSSMeet 2019 by rtCamp
Careers in WordPress and Open Source by Rahul Bansal - COEP FOSSMeet 2019Careers in WordPress and Open Source by Rahul Bansal - COEP FOSSMeet 2019
Careers in WordPress and Open Source by Rahul Bansal - COEP FOSSMeet 2019
rtCamp 2.6K views
Hiring The Right Way in the WordPress Ecosystem by Rahul Bansal @ WordCamp Ko... by rtCamp
Hiring The Right Way in the WordPress Ecosystem by Rahul Bansal @ WordCamp Ko...Hiring The Right Way in the WordPress Ecosystem by Rahul Bansal @ WordCamp Ko...
Hiring The Right Way in the WordPress Ecosystem by Rahul Bansal @ WordCamp Ko...
rtCamp 2.9K views
WordPress for Enterprise Publishers by Nirmal Desai @ WordCamp Kochi 2018 by rtCamp
WordPress for Enterprise Publishers by Nirmal Desai @ WordCamp Kochi 2018WordPress for Enterprise Publishers by Nirmal Desai @ WordCamp Kochi 2018
WordPress for Enterprise Publishers by Nirmal Desai @ WordCamp Kochi 2018
rtCamp 201 views
AMP with WordPress by Pradeep Sonawane @ Google AMP Roadshow Mumbai 2018 by rtCamp
AMP with WordPress by Pradeep Sonawane @ Google AMP Roadshow Mumbai 2018AMP with WordPress by Pradeep Sonawane @ Google AMP Roadshow Mumbai 2018
AMP with WordPress by Pradeep Sonawane @ Google AMP Roadshow Mumbai 2018
rtCamp 1.2K views
Selling WordPress To Enterprises by Rahul Bansal WordCamp NYC 2017 by rtCamp
Selling WordPress To Enterprises by Rahul Bansal WordCamp NYC 2017Selling WordPress To Enterprises by Rahul Bansal WordCamp NYC 2017
Selling WordPress To Enterprises by Rahul Bansal WordCamp NYC 2017
rtCamp 1.8K views
Selling WordPress to Enterprises by Rahul Bansal @ WordCamp Ann Arbor by rtCamp
Selling WordPress to Enterprises by Rahul Bansal @ WordCamp Ann ArborSelling WordPress to Enterprises by Rahul Bansal @ WordCamp Ann Arbor
Selling WordPress to Enterprises by Rahul Bansal @ WordCamp Ann Arbor
rtCamp 610 views
How Contributing To The WordPress Core Helps by Rahul Bansal @ WordCamp Ahmed... by rtCamp
How Contributing To The WordPress Core Helps by Rahul Bansal @ WordCamp Ahmed...How Contributing To The WordPress Core Helps by Rahul Bansal @ WordCamp Ahmed...
How Contributing To The WordPress Core Helps by Rahul Bansal @ WordCamp Ahmed...
rtCamp 2.2K views
Non-Development Careers in WordPress - Rahul Bansal @ WordCamp Kanpur 2017 by rtCamp
Non-Development Careers in WordPress - Rahul Bansal @ WordCamp Kanpur 2017Non-Development Careers in WordPress - Rahul Bansal @ WordCamp Kanpur 2017
Non-Development Careers in WordPress - Rahul Bansal @ WordCamp Kanpur 2017
rtCamp 520 views
Managing a WordPress Site as a Composer Project by Rahul Bansal @ WordCamp Na... by rtCamp
Managing a WordPress Site as a Composer Project by Rahul Bansal @ WordCamp Na...Managing a WordPress Site as a Composer Project by Rahul Bansal @ WordCamp Na...
Managing a WordPress Site as a Composer Project by Rahul Bansal @ WordCamp Na...
rtCamp 1.5K views
WCEU 2017 - How Translation Sprints Help Bring in New Contributors - by Rahul... by rtCamp
WCEU 2017 - How Translation Sprints Help Bring in New Contributors - by Rahul...WCEU 2017 - How Translation Sprints Help Bring in New Contributors - by Rahul...
WCEU 2017 - How Translation Sprints Help Bring in New Contributors - by Rahul...
rtCamp 1.6K views
rtCamp WordPress Services by rtCamp
rtCamp WordPress ServicesrtCamp WordPress Services
rtCamp WordPress Services
rtCamp 1.5K views

Recently uploaded

virtual reality.pptx by
virtual reality.pptxvirtual reality.pptx
virtual reality.pptxG036GaikwadSnehal
18 views15 slides
TouchLog: Finger Micro Gesture Recognition Using Photo-Reflective Sensors by
TouchLog: Finger Micro Gesture Recognition  Using Photo-Reflective SensorsTouchLog: Finger Micro Gesture Recognition  Using Photo-Reflective Sensors
TouchLog: Finger Micro Gesture Recognition Using Photo-Reflective Sensorssugiuralab
23 views15 slides
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLive by
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLiveAutomating a World-Class Technology Conference; Behind the Scenes of CiscoLive
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLiveNetwork Automation Forum
43 views35 slides
Future of Indian ConsumerTech by
Future of Indian ConsumerTechFuture of Indian ConsumerTech
Future of Indian ConsumerTechKapil Khandelwal (KK)
24 views68 slides
Mini-Track: Challenges to Network Automation Adoption by
Mini-Track: Challenges to Network Automation AdoptionMini-Track: Challenges to Network Automation Adoption
Mini-Track: Challenges to Network Automation AdoptionNetwork Automation Forum
17 views27 slides
The Research Portal of Catalonia: Growing more (information) & more (services) by
The Research Portal of Catalonia: Growing more (information) & more (services)The Research Portal of Catalonia: Growing more (information) & more (services)
The Research Portal of Catalonia: Growing more (information) & more (services)CSUC - Consorci de Serveis Universitaris de Catalunya
115 views25 slides

Recently uploaded(20)

TouchLog: Finger Micro Gesture Recognition Using Photo-Reflective Sensors by sugiuralab
TouchLog: Finger Micro Gesture Recognition  Using Photo-Reflective SensorsTouchLog: Finger Micro Gesture Recognition  Using Photo-Reflective Sensors
TouchLog: Finger Micro Gesture Recognition Using Photo-Reflective Sensors
sugiuralab23 views
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLive by Network Automation Forum
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLiveAutomating a World-Class Technology Conference; Behind the Scenes of CiscoLive
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLive
Igniting Next Level Productivity with AI-Infused Data Integration Workflows by Safe Software
Igniting Next Level Productivity with AI-Infused Data Integration Workflows Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Safe Software317 views
Future of AR - Facebook Presentation by ssuserb54b561
Future of AR - Facebook PresentationFuture of AR - Facebook Presentation
Future of AR - Facebook Presentation
ssuserb54b56122 views
The Forbidden VPN Secrets.pdf by Mariam Shaba
The Forbidden VPN Secrets.pdfThe Forbidden VPN Secrets.pdf
The Forbidden VPN Secrets.pdf
Mariam Shaba20 views
ESPC 2023 - Protect and Govern your Sensitive Data with Microsoft Purview in ... by Jasper Oosterveld
ESPC 2023 - Protect and Govern your Sensitive Data with Microsoft Purview in ...ESPC 2023 - Protect and Govern your Sensitive Data with Microsoft Purview in ...
ESPC 2023 - Protect and Govern your Sensitive Data with Microsoft Purview in ...
Special_edition_innovator_2023.pdf by WillDavies22
Special_edition_innovator_2023.pdfSpecial_edition_innovator_2023.pdf
Special_edition_innovator_2023.pdf
WillDavies2218 views
Business Analyst Series 2023 - Week 3 Session 5 by DianaGray10
Business Analyst Series 2023 -  Week 3 Session 5Business Analyst Series 2023 -  Week 3 Session 5
Business Analyst Series 2023 - Week 3 Session 5
DianaGray10345 views
Piloting & Scaling Successfully With Microsoft Viva by Richard Harbridge
Piloting & Scaling Successfully With Microsoft VivaPiloting & Scaling Successfully With Microsoft Viva
Piloting & Scaling Successfully With Microsoft Viva
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N... by James Anderson
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...
James Anderson126 views
PharoJS - Zürich Smalltalk Group Meetup November 2023 by Noury Bouraqadi
PharoJS - Zürich Smalltalk Group Meetup November 2023PharoJS - Zürich Smalltalk Group Meetup November 2023
PharoJS - Zürich Smalltalk Group Meetup November 2023
Noury Bouraqadi139 views

Writing PHP – The WordPress Way! by Rahul Bansal @WordCamp Mumbai 2017