WP Bakery page builder. wp bakery WP Bakery, also known as Visual Composer, is a popular drag-and-drop page builder plugin for WordPress websites. It allows users to easily create custom layouts and designs for their pages without needing to know any coding. WP Bakery offers a wide range of pre-designed content elements, such as text …
Category: WordPress
How we can upload .jfif file – get WordPress to support .jfif image upload?
In this artical we study about How we can upload .jfif file – get WordPress to support .jfif image upload- wp suport .jfif file use filter in function file given below code us in theme function file for upload jfif file
How To Add Google console verification cade in head WordPress
In this tutorial we learn about google console html code Youtube Complete Guid line Watch this video in for complete details.
How to improve your development skills
I think these step are very helpful to improve coding and development skills .Follow these step to improve your skill given below images. I think these step are very helpful to improve coding and development skills .step by step improve flows your coding skills
How to Install and setup Multisite Network in WordPress
In this tutorial we discuss about Multisite network install and setup in WordPress. A WordPress Multisite network permits you to run and deal with various WordPress destinations or sites from a solitary WordPress establishment. It empowers you to make new locales immediately and oversee them utilizing the equivalent username and secret phrase. You might in …
setup_theme wordpress theme setup function
This function is use Fires before the theme is loaded.before theme loaded this function is use and activate theme this function is use in function.php For complete this source code visit on given below link
Sanitize_comment_cookies Comment cookies sanitize
this action use for Fires when comment cookies are sanitized. Comment cookies sanitized because html is not sanitize so in wordpress we can use only this action hooks Example
Plugins_loaded function wordpress all hooks tutorail
The Plugins loaded hook is generally used for immediate filter we can overrides after active plugin setup, or plugin overrides. Example: In this example i want to simplifying the code of plugin loaded code
Registered post type – WP register custom post type function
If want to need other post type Instead of blog post type or default WordPress post type. Then you can use this function and register other new post type as you need in this example. I tall you about custom post type in details and give some lines of code with example Custom post type …
Registered taxonomy WordPress do Action Work with Example
Custom Taxonomy Registeration is a hook triggered when after a custom taxonomy has been registered then Work this Hook. This hook provides these parameter like Taxonomy key Name of the taxonomy object Arguments Used for registration Example: You can see here Registere Taxonomy Code