Data can easily be passed from route to view by passing second argument to view and this argument is an array that is key value pair or we declare array in a variable and use this variable as a second argument. Here each key is a variable For... READ MORE >>
Change the CSS dropdown:hover .dropdown-menu { display: block;} Add Jquery Code $('.dropdown-toggle').click(function() { var location = $(this).attr('href'); window.location.href =... READ MORE >>
Step 4 In the precious session we already learned about the Action Hook and Filter Hook of the word press. In this session we will cover the function used in these hooks with their working. There are 4 functions in Action and Filter Hook as... READ MORE >>
Step 1 Open the plugin Folder inside the wp-content using this pathC:\xampp\htdocs\shairy_portfolio\wp-content\pluginsCreate a new folder with Unique Name inside above path and open itNow create a new php file with the same name of folder.... READ MORE >>
Recent Comments