Pages
Home
About us
Contact us
Download
Wordpress Plugins
Wordpress Themes
Prestashop Help
Jobs in Jobslets.com
Showing posts with label
Action Hooks
.
Show all posts
Showing posts with label
Action Hooks
.
Show all posts
Saturday, 21 November 2015
Examples WordPress of Hooks in Action
More than 200 hooks exist in WordPress. Below you will find a few examples of common hooks in use.
Register a Custom Menu in the Admin
Read more »
Types of Action and Filter Hooks
The WordPress Codex has two important pages that can help you orient yourself with what hooks are available in WordPress.
Read more »
WordPress Action Hooks and Filter Hooks
Introduction
This page documents the API (Application Programming Interface) hooks available to WordPress plugin developers, and how to use them.
Read more »
Older Posts
Home
Subscribe to:
Posts (Atom)
Subscribe To
Posts
Atom
Posts
All Comments
Atom
All Comments
Popular Articles
how to change woocommerce language?
WooCommerce comes localization ready out of the box – all that’s needed is your translation, if the plugin does not come bundled with one ...
How to Hide WooCommerce "Free" Price Label
A common WooCommerce question lately has been how to hide the “Free” price label in the product/category/shop pages. Thanks to WooCommer...
How to add a contact form into my post content?
Open the settings page for Contact Form 7, and then open the contact form you want to add. Each contact form has its own tag (shortcode...
How to add cart and my account link in header of woocommerce?
Displays a link to the user account section. If the user is not logged in the link will display ‘Login / Register’ and take the use to the...
Add a border around the product description
Modify the border size (1px, 2px, etc), style (solid, dotted, dashed) and color (#xxxxxx) to suit your needs in custom.css: .woocommerce ...
How to Add feed links (instead of old RSS code in head)
This one is simple. If you’ve been building WordPress themes for a while, you’ll remember the days when you had to manually include code to...
How to Add and Remove Your Own Functions
If you would like to hook in your own functions, the process is quite simple. You first need to know a few pieces of information. For act...
How to Display Featured Post with Thumbnails Without Plugin in Homepage
On home page, we generally show a fixed number of recent posts with summary. Although, WordPress provides Sticky Posts functionality but n...
How to add Custom avatar in wordpress theme?
Most people commenting on blogs online have an avatar associated with them. If, however, they don’t and you don’t particularly like the Wor...
How to enable Featured image function in Wordpress theme?
The featured image function, as the codex explains, allows the author to choose a representative image for Posts, Pages or Custom Post Ty...