WordPress is a popular content management system (CMS) that is used to create and manage websites. It was first released in 2003 and has since grown to become the most widely-used CMS on the web. WordPress is an open-source software, which means that anyone can use, modify and distribute it freely. It is built using …
Wp Bakery WordPress Page builder plugin
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 …
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 convert PNG/JPG to SVG image using PHP
In this tutorial we learn about how to convert png and jpg to svg
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