Hi, Guys in this tutorial we going to learn how you can force close the applications on the mac. this can help you even your mac is going to hang. Step 1:- Long Press option + ⌘ + esc. Step 2:- Then select the app in the Force Quit window and click Force Quit. Finally,…
Category: Uncategorized
How to add the custom menu in the admin area in admin menus and admin bar in WordPress?
In this tutorial, we are going to learn how we can add the menu in the admin area and the top admin bar using the custom code. Bellow has code to add the menu in the admin menu. add bellow the code to display the page content. The code for we are going to add…
How to get the Theme directory path to the current theme?
I think you have to be a little careful because it depends on what you are trying to do. If you are using a child theme get_template_directory(); will still go to the parent theme. However get_stylesheet_directory(); will go to the current theme, child, or parent. Also, both these functions return absolute server paths. If you…
How to disable on hover link display on the browser left bottom corner?
You know that the hover hyperlink displays the URL on the browser’s right bottom corner. Sometimes we don’t want to display that on the browser so below has a trick that can help you to fix that thing. to make this possible we need to remove the data in href , and change it to…
How do I display the PHP errors?
In this tutorial, we are going to learn. How we can display the different PHP errors in PHP files. if due to some reason not showing or disabled. Bellow code you need to add to your PHP code file Top list after starting the <?php However, this doesn’t make PHP to show parse errors –…
How API enables cross-origin requests to anywhere.
When the application requested another application placed on a different server. your browser doesn’t allow the request due to a security issue.There is some way to get the data from another application page or API for this we need to use the proxy URL.let’s see the example:- Mohit SharmaHello Friends, I’m Mohit Sharma founder of…