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 Plugin
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 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
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 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
Priority of callback action in wordpress – wpaccuracy
In this example i want to discuss about priority of callback action in custom WordPress development functionalitySo in this tutorial i 3 to 4 example of action and we try to discuss one by one.Before starting discussion i want to tell you about my self .my English is little poor please don’t mind and you …
WP Hook for single.php after content?
If you want to append single post content.in this tutorial i show you “how to append single page content with programally“.So I show you in this example that when we need to enhance any post on single page content with code then wordpress provide a filter we used it. “Your new content here” you can …
FiboSearch – WooCommerce auto Ajax Search
WooCommerce auto Ajax Search; In this articale we are discuse about auto search of woocommerce products using ajax. this plugin is very help to those people whos want to search in freat en with out page reloading . i recomended this plugin to use in your site. this is very help full and if you …