ݺߣ

ݺߣShare a Scribd company logo
Wordpress Hook
Wednesday, March 1, 2017 www.qsoftvietnam.com 1
Presenter:
HopLB
Wednesday, March 1, 2017 www.qsoftvietnam.com 2
Table of content
I. What is a hook?
II. Type of hook in Wordpress
III. How to “hook”?
IV. Removing hook
V. Some advice
Wednesday, March 1, 2017 www.qsoftvietnam.com 3
What is a Hook?
Hooks allow you to change the core functionality of WordPress. They
are implemented through themes and plugins.
Wednesday, March 1, 2017 www.qsoftvietnam.com 4
Wednesday, March 1, 2017 www.qsoftvietnam.com 5
Type of shortcode in Wordpress
There are two kinds of hooks in WordPress: Actions and Filters
Wednesday, March 1, 2017 www.qsoftvietnam.com 6
How to “action hook”
Existing action:
https://codex.wordpress.org/Plugin_API/Action_Reference
Wednesday, March 1, 2017 www.qsoftvietnam.com 7
How to “action hook”
Use actions when you want to add something to the existing page such
as stylesheets, JavaScript dependencies, or send an email when an
event has happened.
Wednesday, March 1, 2017 www.qsoftvietnam.com 8
How to “action hook”
Wednesday, March 1, 2017 www.qsoftvietnam.com 9
How to “filter hook”
Existing filter:
https://codex.wordpress.org/Plugin_API/Filter_Reference
Wednesday, March 1, 2017 www.qsoftvietnam.com 10
How to “filter hook”
Use filters when you want to manipulate data coming out of the
database prior to going to the browser, or coming from the browser
prior to going into the database.
Wednesday, March 1, 2017 www.qsoftvietnam.com 11
How to “filter hook”
The callback functions attached to filter hook $tag are invoked by calling this
function.
This function can be used to create a new filter hook by simply calling this
function with the name of the new hook specified using the $tag parameter.
Wednesday, March 1, 2017 www.qsoftvietnam.com 12
How to removing hooks
Wednesday, March 1, 2017 www.qsoftvietnam.com 13
Advice
• Function names must be unique (Prefix your function)
• Use function_exists before register a function
• Your custom hook must be unique (Prefix your hook names)
• Dynamic hook names: 'pre_option_' . $option
• Use did_action or doing_action in case you need to check
THANK YOU FOR
YOUR ATTENTION !
Wednesday, March 1, 2017 www.qsoftvietnam.com 14

More Related Content

Viewers also liked (12)

Bes at sunset
Bes at sunsetBes at sunset
Bes at sunset
R G Sampath Pillai
Highlights of ethiopian energy sector, dresden, germany
Highlights of ethiopian energy sector, dresden, germanyHighlights of ethiopian energy sector, dresden, germany
Highlights of ethiopian energy sector, dresden, germany
MoWIE
Sai kiran resume(sss)
Sai kiran resume(sss)Sai kiran resume(sss)
Sai kiran resume(sss)
Sai kiran
Sai kiran resume(sss)
Sai kiran resume(sss)Sai kiran resume(sss)
Sai kiran resume(sss)
Sai kiran
EltexSl feb_17_vo_ip_gateways_2
 EltexSl feb_17_vo_ip_gateways_2 EltexSl feb_17_vo_ip_gateways_2
EltexSl feb_17_vo_ip_gateways_2
Eltexsl
Суть работы
Суть работыСуть работы
Суть работы
Lena782011
Эффективная наружная реклама
Эффективная наружная рекламаЭффективная наружная реклама
Эффективная наружная реклама
Ilya Saykov
Sendsay- вебинар быстрый старт, март 2017
Sendsay- вебинар быстрый старт, март 2017Sendsay- вебинар быстрый старт, март 2017
Sendsay- вебинар быстрый старт, март 2017
Sendsay
Педагог года 2018
Педагог года 2018Педагог года 2018
Педагог года 2018
2116it
E-magazine yatim mandiri februari 2017
E-magazine yatim mandiri februari 2017E-magazine yatim mandiri februari 2017
E-magazine yatim mandiri februari 2017
Sahabat Yatim Mandiri
Boson semicon division product range 2017
Boson semicon division product range  2017Boson semicon division product range  2017
Boson semicon division product range 2017
Rajendra kumar singh
Highlights of ethiopian energy sector, dresden, germany
Highlights of ethiopian energy sector, dresden, germanyHighlights of ethiopian energy sector, dresden, germany
Highlights of ethiopian energy sector, dresden, germany
MoWIE
Sai kiran resume(sss)
Sai kiran resume(sss)Sai kiran resume(sss)
Sai kiran resume(sss)
Sai kiran
Sai kiran resume(sss)
Sai kiran resume(sss)Sai kiran resume(sss)
Sai kiran resume(sss)
Sai kiran
EltexSl feb_17_vo_ip_gateways_2
 EltexSl feb_17_vo_ip_gateways_2 EltexSl feb_17_vo_ip_gateways_2
EltexSl feb_17_vo_ip_gateways_2
Eltexsl
Суть работы
Суть работыСуть работы
Суть работы
Lena782011
Эффективная наружная реклама
Эффективная наружная рекламаЭффективная наружная реклама
Эффективная наружная реклама
Ilya Saykov
Sendsay- вебинар быстрый старт, март 2017
Sendsay- вебинар быстрый старт, март 2017Sendsay- вебинар быстрый старт, март 2017
Sendsay- вебинар быстрый старт, март 2017
Sendsay
Педагог года 2018
Педагог года 2018Педагог года 2018
Педагог года 2018
2116it
Boson semicon division product range 2017
Boson semicon division product range  2017Boson semicon division product range  2017
Boson semicon division product range 2017
Rajendra kumar singh

Similar to Tìm hiểu Wordpress hook (20)

Hooking with WordPress
Hooking with WordPressHooking with WordPress
Hooking with WordPress
Edward Caissie
Winter%200405%20-%20Advanced%20Javascript
Winter%200405%20-%20Advanced%20JavascriptWinter%200405%20-%20Advanced%20Javascript
Winter%200405%20-%20Advanced%20Javascript
tutorialsruby
Winter%200405%20-%20Advanced%20Javascript
Winter%200405%20-%20Advanced%20JavascriptWinter%200405%20-%20Advanced%20Javascript
Winter%200405%20-%20Advanced%20Javascript
tutorialsruby
Plone Interactivity
Plone InteractivityPlone Interactivity
Plone Interactivity
Eric Steele
Building high performance web apps.
Building high performance web apps.Building high performance web apps.
Building high performance web apps.
Arshak Movsisyan
Extending & Scaling | Dallas PHP
Extending & Scaling | Dallas PHPExtending & Scaling | Dallas PHP
Extending & Scaling | Dallas PHP
randyhoyt
Enough with the JavaScript already!
Enough with the JavaScript already!Enough with the JavaScript already!
Enough with the JavaScript already!
Nicholas Zakas
WordCamp Greenville 2018 - Beware the Dark Side, or an Intro to Development
WordCamp Greenville 2018 - Beware the Dark Side, or an Intro to DevelopmentWordCamp Greenville 2018 - Beware the Dark Side, or an Intro to Development
WordCamp Greenville 2018 - Beware the Dark Side, or an Intro to Development
Evan Mullins
How To Write a WordPress Plugin
How To Write a WordPress PluginHow To Write a WordPress Plugin
How To Write a WordPress Plugin
Andy Stratton
Write your first WordPress plugin
Write your first WordPress pluginWrite your first WordPress plugin
Write your first WordPress plugin
Anthony Montalbano
Enough with the javas cript already! de Nicholas Zakas
Enough with the javas cript already! de Nicholas ZakasEnough with the javas cript already! de Nicholas Zakas
Enough with the javas cript already! de Nicholas Zakas
Kubide
Design Summit - Navigating the ManageIQ Object Model - Brad Ascar
Design Summit - Navigating the ManageIQ Object Model - Brad AscarDesign Summit - Navigating the ManageIQ Object Model - Brad Ascar
Design Summit - Navigating the ManageIQ Object Model - Brad Ascar
ManageIQ
Things you should know about WordPress (but were always too afraid to ask): W...
Things you should know about WordPress (but were always too afraid to ask): W...Things you should know about WordPress (but were always too afraid to ask): W...
Things you should know about WordPress (but were always too afraid to ask): W...
Michael McNeill
Crud tutorial en
Crud tutorial enCrud tutorial en
Crud tutorial en
forkgrown
Getting started with WordPress development
Getting started with WordPress developmentGetting started with WordPress development
Getting started with WordPress development
Steve Mortiboy
Build a Web App with JavaScript and jQuery (5:18:17, Los Angeles)
Build a Web App with JavaScript and jQuery (5:18:17, Los Angeles)Build a Web App with JavaScript and jQuery (5:18:17, Los Angeles)
Build a Web App with JavaScript and jQuery (5:18:17, Los Angeles)
Thinkful
Bending word press to your will
Bending word press to your willBending word press to your will
Bending word press to your will
Tom Jenkins
No Hugging, No Learning
No Hugging, No LearningNo Hugging, No Learning
No Hugging, No Learning
Olaf Alders
Cakephp's Cache
Cakephp's CacheCakephp's Cache
Cakephp's Cache
vl
Recsys 2016
Recsys 2016Recsys 2016
Recsys 2016
Mindaugas Zickus
Winter%200405%20-%20Advanced%20Javascript
Winter%200405%20-%20Advanced%20JavascriptWinter%200405%20-%20Advanced%20Javascript
Winter%200405%20-%20Advanced%20Javascript
tutorialsruby
Winter%200405%20-%20Advanced%20Javascript
Winter%200405%20-%20Advanced%20JavascriptWinter%200405%20-%20Advanced%20Javascript
Winter%200405%20-%20Advanced%20Javascript
tutorialsruby
Building high performance web apps.
Building high performance web apps.Building high performance web apps.
Building high performance web apps.
Arshak Movsisyan
Extending & Scaling | Dallas PHP
Extending & Scaling | Dallas PHPExtending & Scaling | Dallas PHP
Extending & Scaling | Dallas PHP
randyhoyt
Enough with the JavaScript already!
Enough with the JavaScript already!Enough with the JavaScript already!
Enough with the JavaScript already!
Nicholas Zakas
WordCamp Greenville 2018 - Beware the Dark Side, or an Intro to Development
WordCamp Greenville 2018 - Beware the Dark Side, or an Intro to DevelopmentWordCamp Greenville 2018 - Beware the Dark Side, or an Intro to Development
WordCamp Greenville 2018 - Beware the Dark Side, or an Intro to Development
Evan Mullins
How To Write a WordPress Plugin
How To Write a WordPress PluginHow To Write a WordPress Plugin
How To Write a WordPress Plugin
Andy Stratton
Enough with the javas cript already! de Nicholas Zakas
Enough with the javas cript already! de Nicholas ZakasEnough with the javas cript already! de Nicholas Zakas
Enough with the javas cript already! de Nicholas Zakas
Kubide
Design Summit - Navigating the ManageIQ Object Model - Brad Ascar
Design Summit - Navigating the ManageIQ Object Model - Brad AscarDesign Summit - Navigating the ManageIQ Object Model - Brad Ascar
Design Summit - Navigating the ManageIQ Object Model - Brad Ascar
ManageIQ
Things you should know about WordPress (but were always too afraid to ask): W...
Things you should know about WordPress (but were always too afraid to ask): W...Things you should know about WordPress (but were always too afraid to ask): W...
Things you should know about WordPress (but were always too afraid to ask): W...
Michael McNeill
Getting started with WordPress development
Getting started with WordPress developmentGetting started with WordPress development
Getting started with WordPress development
Steve Mortiboy
Build a Web App with JavaScript and jQuery (5:18:17, Los Angeles)
Build a Web App with JavaScript and jQuery (5:18:17, Los Angeles)Build a Web App with JavaScript and jQuery (5:18:17, Los Angeles)
Build a Web App with JavaScript and jQuery (5:18:17, Los Angeles)
Thinkful
Bending word press to your will
Bending word press to your willBending word press to your will
Bending word press to your will
Tom Jenkins
No Hugging, No Learning
No Hugging, No LearningNo Hugging, No Learning
No Hugging, No Learning
Olaf Alders
Cakephp's Cache
Cakephp's CacheCakephp's Cache
Cakephp's Cache
vl

More from Lương Bá Hợp (12)

Cắt giao diện website từ file photoshop
Cắt giao diện website từ file photoshopCắt giao diện website từ file photoshop
Cắt giao diện website từ file photoshop
Lương Bá Hợp
Tài liệu HTML5-CSS3
Tài liệu HTML5-CSS3Tài liệu HTML5-CSS3
Tài liệu HTML5-CSS3
Lương Bá Hợp
Đồ án tốt nghiệp : Xậy dựng hệ thống quản lý doanh nghiệp đa nền tảng
Đồ án tốt nghiệp : Xậy dựng hệ thống quản lý doanh nghiệp đa nền tảng Đồ án tốt nghiệp : Xậy dựng hệ thống quản lý doanh nghiệp đa nền tảng
Đồ án tốt nghiệp : Xậy dựng hệ thống quản lý doanh nghiệp đa nền tảng
Lương Bá Hợp
Application PhoneGap with Google Map
Application PhoneGap with Google MapApplication PhoneGap with Google Map
Application PhoneGap with Google Map
Lương Bá Hợp
Tìm đường trên di động (PhoneGap)
Tìm đường trên di động (PhoneGap)Tìm đường trên di động (PhoneGap)
Tìm đường trên di động (PhoneGap)
Lương Bá Hợp
Ứng dụng từ điển cho SmartPhone từ Framework PhoneGap trên nền tảng Android
Ứng dụng từ điển cho SmartPhone từ Framework PhoneGap trên nền tảng Android Ứng dụng từ điển cho SmartPhone từ Framework PhoneGap trên nền tảng Android
Ứng dụng từ điển cho SmartPhone từ Framework PhoneGap trên nền tảng Android
Lương Bá Hợp
Thuật Toán BEA (Bond Energy Algorithm)
Thuật Toán BEA (Bond Energy Algorithm) Thuật Toán BEA (Bond Energy Algorithm)
Thuật Toán BEA (Bond Energy Algorithm)
Lương Bá Hợp
Tấn Công DDOS
Tấn Công DDOSTấn Công DDOS
Tấn Công DDOS
Lương Bá Hợp
Thuật toán Brich , Khai phá dữ liệu
Thuật toán Brich , Khai phá dữ liệu Thuật toán Brich , Khai phá dữ liệu
Thuật toán Brich , Khai phá dữ liệu
Lương Bá Hợp
Tìm hiểu về Joomla
Tìm hiểu về Joomla Tìm hiểu về Joomla
Tìm hiểu về Joomla
Lương Bá Hợp
Quản lý dự án phần mềm bằng SVN
Quản lý dự án phần mềm bằng SVN Quản lý dự án phần mềm bằng SVN
Quản lý dự án phần mềm bằng SVN
Lương Bá Hợp
Cắt giao diện website từ file photoshop
Cắt giao diện website từ file photoshopCắt giao diện website từ file photoshop
Cắt giao diện website từ file photoshop
Lương Bá Hợp
Đồ án tốt nghiệp : Xậy dựng hệ thống quản lý doanh nghiệp đa nền tảng
Đồ án tốt nghiệp : Xậy dựng hệ thống quản lý doanh nghiệp đa nền tảng Đồ án tốt nghiệp : Xậy dựng hệ thống quản lý doanh nghiệp đa nền tảng
Đồ án tốt nghiệp : Xậy dựng hệ thống quản lý doanh nghiệp đa nền tảng
Lương Bá Hợp
Application PhoneGap with Google Map
Application PhoneGap with Google MapApplication PhoneGap with Google Map
Application PhoneGap with Google Map
Lương Bá Hợp
Tìm đường trên di động (PhoneGap)
Tìm đường trên di động (PhoneGap)Tìm đường trên di động (PhoneGap)
Tìm đường trên di động (PhoneGap)
Lương Bá Hợp
Ứng dụng từ điển cho SmartPhone từ Framework PhoneGap trên nền tảng Android
Ứng dụng từ điển cho SmartPhone từ Framework PhoneGap trên nền tảng Android Ứng dụng từ điển cho SmartPhone từ Framework PhoneGap trên nền tảng Android
Ứng dụng từ điển cho SmartPhone từ Framework PhoneGap trên nền tảng Android
Lương Bá Hợp
Thuật Toán BEA (Bond Energy Algorithm)
Thuật Toán BEA (Bond Energy Algorithm) Thuật Toán BEA (Bond Energy Algorithm)
Thuật Toán BEA (Bond Energy Algorithm)
Lương Bá Hợp
Thuật toán Brich , Khai phá dữ liệu
Thuật toán Brich , Khai phá dữ liệu Thuật toán Brich , Khai phá dữ liệu
Thuật toán Brich , Khai phá dữ liệu
Lương Bá Hợp
Quản lý dự án phần mềm bằng SVN
Quản lý dự án phần mềm bằng SVN Quản lý dự án phần mềm bằng SVN
Quản lý dự án phần mềm bằng SVN
Lương Bá Hợp

Recently uploaded (20)

Cloud Computing The Future of Technology
Cloud Computing The Future of TechnologyCloud Computing The Future of Technology
Cloud Computing The Future of Technology
joelmcapg
Comprehensive Guide to Ansible Application Roles.pdf
Comprehensive Guide to Ansible Application Roles.pdfComprehensive Guide to Ansible Application Roles.pdf
Comprehensive Guide to Ansible Application Roles.pdf
RHCSA Guru
From Strategy To Execution In Hypergrowth
From Strategy To Execution In HypergrowthFrom Strategy To Execution In Hypergrowth
From Strategy To Execution In Hypergrowth
Pete Nieminen
Digital Nepal Framework 2.0: A Step Towards a Digitally Empowered Nepal
Digital Nepal Framework 2.0: A Step Towards a Digitally Empowered NepalDigital Nepal Framework 2.0: A Step Towards a Digitally Empowered Nepal
Digital Nepal Framework 2.0: A Step Towards a Digitally Empowered Nepal
ICT Frame Magazine Pvt. Ltd.
Think Like and Architect Series: Session 1 of 9 Declarative Design
Think Like and Architect Series: Session 1 of 9 Declarative DesignThink Like and Architect Series: Session 1 of 9 Declarative Design
Think Like and Architect Series: Session 1 of 9 Declarative Design
Walter Spinrad
UiPath Automation Developer Associate Training Series 2025 - Session 6
UiPath Automation Developer Associate Training Series 2025 - Session 6UiPath Automation Developer Associate Training Series 2025 - Session 6
UiPath Automation Developer Associate Training Series 2025 - Session 6
DianaGray10
AI Revolution unleashed with AI Foundry at AI Tour Brussels
AI Revolution unleashed with AI Foundry at AI Tour BrusselsAI Revolution unleashed with AI Foundry at AI Tour Brussels
AI Revolution unleashed with AI Foundry at AI Tour Brussels
Nathan Bijnens
DevOps 101 - DevOps Columbia 3-20-2025.pdf
DevOps 101 - DevOps Columbia 3-20-2025.pdfDevOps 101 - DevOps Columbia 3-20-2025.pdf
DevOps 101 - DevOps Columbia 3-20-2025.pdf
judy (fink) johnson
Unleash the Power of Symfony Messenger
Unleash the  Power  of Symfony MessengerUnleash the  Power  of Symfony Messenger
Unleash the Power of Symfony Messenger
Kris Wallsmith
Emancipatory Information Retrieval (Invited Talk at UCC)
Emancipatory Information Retrieval (Invited Talk at UCC)Emancipatory Information Retrieval (Invited Talk at UCC)
Emancipatory Information Retrieval (Invited Talk at UCC)
Bhaskar Mitra
Security Policies MuleSoft API Manager Mule4
Security Policies MuleSoft API Manager Mule4Security Policies MuleSoft API Manager Mule4
Security Policies MuleSoft API Manager Mule4
Adalberto Toledo
Step-Into-the-Game-Augmented-Reality-Gaming-Explained.pptx
Step-Into-the-Game-Augmented-Reality-Gaming-Explained.pptxStep-Into-the-Game-Augmented-Reality-Gaming-Explained.pptx
Step-Into-the-Game-Augmented-Reality-Gaming-Explained.pptx
BR Softech
Precisely Showcase - Data Governance, Quality & MDM.pdf
Precisely Showcase - Data Governance, Quality & MDM.pdfPrecisely Showcase - Data Governance, Quality & MDM.pdf
Precisely Showcase - Data Governance, Quality & MDM.pdf
Precisely
Google News Consideration for SEO | Google Search NYC
Google News Consideration for SEO | Google Search NYCGoogle News Consideration for SEO | Google Search NYC
Google News Consideration for SEO | Google Search NYC
Primary Position
CSUN 2025 - Personalization of Accessible Charts and Graphs.pptx
CSUN 2025 - Personalization of Accessible Charts and Graphs.pptxCSUN 2025 - Personalization of Accessible Charts and Graphs.pptx
CSUN 2025 - Personalization of Accessible Charts and Graphs.pptx
Øystein Moseng
Diving into LTI: From the basics to Deep Linking
Diving into LTI: From the basics to Deep LinkingDiving into LTI: From the basics to Deep Linking
Diving into LTI: From the basics to Deep Linking
Rustici Software
Open-Source GenAI vs. Enterprise GenAI: Navigating the Future of AI Innovatio...
Open-Source GenAI vs. Enterprise GenAI: Navigating the Future of AI Innovatio...Open-Source GenAI vs. Enterprise GenAI: Navigating the Future of AI Innovatio...
Open-Source GenAI vs. Enterprise GenAI: Navigating the Future of AI Innovatio...
All Things Open
B2B SaaS - Reduce Churn using Proactive Support.pdf
B2B SaaS - Reduce Churn using Proactive Support.pdfB2B SaaS - Reduce Churn using Proactive Support.pdf
B2B SaaS - Reduce Churn using Proactive Support.pdf
Vijay Chandran
Large Language Models vs Small Language Models
Large Language Models vs Small Language ModelsLarge Language Models vs Small Language Models
Large Language Models vs Small Language Models
Nathan Bijnens
Ansible Vault Encrypting and Protecting Secrets - RHCE.pdf
Ansible Vault Encrypting and Protecting Secrets - RHCE.pdfAnsible Vault Encrypting and Protecting Secrets - RHCE.pdf
Ansible Vault Encrypting and Protecting Secrets - RHCE.pdf
RHCSA Guru
Cloud Computing The Future of Technology
Cloud Computing The Future of TechnologyCloud Computing The Future of Technology
Cloud Computing The Future of Technology
joelmcapg
Comprehensive Guide to Ansible Application Roles.pdf
Comprehensive Guide to Ansible Application Roles.pdfComprehensive Guide to Ansible Application Roles.pdf
Comprehensive Guide to Ansible Application Roles.pdf
RHCSA Guru
From Strategy To Execution In Hypergrowth
From Strategy To Execution In HypergrowthFrom Strategy To Execution In Hypergrowth
From Strategy To Execution In Hypergrowth
Pete Nieminen
Digital Nepal Framework 2.0: A Step Towards a Digitally Empowered Nepal
Digital Nepal Framework 2.0: A Step Towards a Digitally Empowered NepalDigital Nepal Framework 2.0: A Step Towards a Digitally Empowered Nepal
Digital Nepal Framework 2.0: A Step Towards a Digitally Empowered Nepal
ICT Frame Magazine Pvt. Ltd.
Think Like and Architect Series: Session 1 of 9 Declarative Design
Think Like and Architect Series: Session 1 of 9 Declarative DesignThink Like and Architect Series: Session 1 of 9 Declarative Design
Think Like and Architect Series: Session 1 of 9 Declarative Design
Walter Spinrad
UiPath Automation Developer Associate Training Series 2025 - Session 6
UiPath Automation Developer Associate Training Series 2025 - Session 6UiPath Automation Developer Associate Training Series 2025 - Session 6
UiPath Automation Developer Associate Training Series 2025 - Session 6
DianaGray10
AI Revolution unleashed with AI Foundry at AI Tour Brussels
AI Revolution unleashed with AI Foundry at AI Tour BrusselsAI Revolution unleashed with AI Foundry at AI Tour Brussels
AI Revolution unleashed with AI Foundry at AI Tour Brussels
Nathan Bijnens
DevOps 101 - DevOps Columbia 3-20-2025.pdf
DevOps 101 - DevOps Columbia 3-20-2025.pdfDevOps 101 - DevOps Columbia 3-20-2025.pdf
DevOps 101 - DevOps Columbia 3-20-2025.pdf
judy (fink) johnson
Unleash the Power of Symfony Messenger
Unleash the  Power  of Symfony MessengerUnleash the  Power  of Symfony Messenger
Unleash the Power of Symfony Messenger
Kris Wallsmith
Emancipatory Information Retrieval (Invited Talk at UCC)
Emancipatory Information Retrieval (Invited Talk at UCC)Emancipatory Information Retrieval (Invited Talk at UCC)
Emancipatory Information Retrieval (Invited Talk at UCC)
Bhaskar Mitra
Security Policies MuleSoft API Manager Mule4
Security Policies MuleSoft API Manager Mule4Security Policies MuleSoft API Manager Mule4
Security Policies MuleSoft API Manager Mule4
Adalberto Toledo
Step-Into-the-Game-Augmented-Reality-Gaming-Explained.pptx
Step-Into-the-Game-Augmented-Reality-Gaming-Explained.pptxStep-Into-the-Game-Augmented-Reality-Gaming-Explained.pptx
Step-Into-the-Game-Augmented-Reality-Gaming-Explained.pptx
BR Softech
Precisely Showcase - Data Governance, Quality & MDM.pdf
Precisely Showcase - Data Governance, Quality & MDM.pdfPrecisely Showcase - Data Governance, Quality & MDM.pdf
Precisely Showcase - Data Governance, Quality & MDM.pdf
Precisely
Google News Consideration for SEO | Google Search NYC
Google News Consideration for SEO | Google Search NYCGoogle News Consideration for SEO | Google Search NYC
Google News Consideration for SEO | Google Search NYC
Primary Position
CSUN 2025 - Personalization of Accessible Charts and Graphs.pptx
CSUN 2025 - Personalization of Accessible Charts and Graphs.pptxCSUN 2025 - Personalization of Accessible Charts and Graphs.pptx
CSUN 2025 - Personalization of Accessible Charts and Graphs.pptx
Øystein Moseng
Diving into LTI: From the basics to Deep Linking
Diving into LTI: From the basics to Deep LinkingDiving into LTI: From the basics to Deep Linking
Diving into LTI: From the basics to Deep Linking
Rustici Software
Open-Source GenAI vs. Enterprise GenAI: Navigating the Future of AI Innovatio...
Open-Source GenAI vs. Enterprise GenAI: Navigating the Future of AI Innovatio...Open-Source GenAI vs. Enterprise GenAI: Navigating the Future of AI Innovatio...
Open-Source GenAI vs. Enterprise GenAI: Navigating the Future of AI Innovatio...
All Things Open
B2B SaaS - Reduce Churn using Proactive Support.pdf
B2B SaaS - Reduce Churn using Proactive Support.pdfB2B SaaS - Reduce Churn using Proactive Support.pdf
B2B SaaS - Reduce Churn using Proactive Support.pdf
Vijay Chandran
Large Language Models vs Small Language Models
Large Language Models vs Small Language ModelsLarge Language Models vs Small Language Models
Large Language Models vs Small Language Models
Nathan Bijnens
Ansible Vault Encrypting and Protecting Secrets - RHCE.pdf
Ansible Vault Encrypting and Protecting Secrets - RHCE.pdfAnsible Vault Encrypting and Protecting Secrets - RHCE.pdf
Ansible Vault Encrypting and Protecting Secrets - RHCE.pdf
RHCSA Guru

Tìm hiểu Wordpress hook

  • 1. Wordpress Hook Wednesday, March 1, 2017 www.qsoftvietnam.com 1 Presenter: HopLB
  • 2. Wednesday, March 1, 2017 www.qsoftvietnam.com 2 Table of content I. What is a hook? II. Type of hook in Wordpress III. How to “hook”? IV. Removing hook V. Some advice
  • 3. Wednesday, March 1, 2017 www.qsoftvietnam.com 3 What is a Hook? Hooks allow you to change the core functionality of WordPress. They are implemented through themes and plugins.
  • 4. Wednesday, March 1, 2017 www.qsoftvietnam.com 4
  • 5. Wednesday, March 1, 2017 www.qsoftvietnam.com 5 Type of shortcode in Wordpress There are two kinds of hooks in WordPress: Actions and Filters
  • 6. Wednesday, March 1, 2017 www.qsoftvietnam.com 6 How to “action hook” Existing action: https://codex.wordpress.org/Plugin_API/Action_Reference
  • 7. Wednesday, March 1, 2017 www.qsoftvietnam.com 7 How to “action hook” Use actions when you want to add something to the existing page such as stylesheets, JavaScript dependencies, or send an email when an event has happened.
  • 8. Wednesday, March 1, 2017 www.qsoftvietnam.com 8 How to “action hook”
  • 9. Wednesday, March 1, 2017 www.qsoftvietnam.com 9 How to “filter hook” Existing filter: https://codex.wordpress.org/Plugin_API/Filter_Reference
  • 10. Wednesday, March 1, 2017 www.qsoftvietnam.com 10 How to “filter hook” Use filters when you want to manipulate data coming out of the database prior to going to the browser, or coming from the browser prior to going into the database.
  • 11. Wednesday, March 1, 2017 www.qsoftvietnam.com 11 How to “filter hook” The callback functions attached to filter hook $tag are invoked by calling this function. This function can be used to create a new filter hook by simply calling this function with the name of the new hook specified using the $tag parameter.
  • 12. Wednesday, March 1, 2017 www.qsoftvietnam.com 12 How to removing hooks
  • 13. Wednesday, March 1, 2017 www.qsoftvietnam.com 13 Advice • Function names must be unique (Prefix your function) • Use function_exists before register a function • Your custom hook must be unique (Prefix your hook names) • Dynamic hook names: 'pre_option_' . $option • Use did_action or doing_action in case you need to check
  • 14. THANK YOU FOR YOUR ATTENTION ! Wednesday, March 1, 2017 www.qsoftvietnam.com 14