
Search In
Hello Friends,
If you are looking to send email in wordpress with using wordpress inbuild functions. Please follow the below code for the same.
// Sender email address
$to = 'abc@xyx.com';
// Define subject of your mail
$subject = 'My subject.....
How do I create a login function where their username and password inputs are compared to a text document full of previously registered accounts to see if their input matches any accounts and if so calls another function?
Code so far: h
I can write all other filed to excel sheet, but not having any luck with writing image to excel sheet.
I am trying to grab image file name from setimage function and that is where i am stuck.
I am not sure how i can use variable fro
Hi, I have an IoT device which I connected via websockets. Once the two way communication is set up, I would like to send a command to the device via my IT admin site (For Example shutdown IoT).
How do I accomplish that?
I am w

Memory leak is a situation when a computer program starts managing memory allocation incorrectly in a way that the resources or a memory which is not anymore in use and needed is not released. In this tutorial, we will learn "How to Find a JavaS
Controllers are used to adding behaviors to $scope object. When you are building a large application,the best practice is to split your controllers into different files according to the purpose that it fulfills. So, you need to follow these very simp
Create simple Mysql connection with the help of PHP code
<?php
$hostname = 'localhost'; //define the hostname here
$username = 'root'; //define the username here
$password = ' '; //define
If you want to reorder product tabs, you can do this according to you wish as you want, just add the below code to your function.php.
<?php
add_filter( 'woocommerce_product_tabs', 'FindNerd_woo_reorder_tabs', 90 );
function FindNerd_woo_reorder_t
Hello all,
Working with Rich Text Editor, some times we need to disable Tab Key, which creates space between two text or HTML Elements inside the Editor.
To do that we have following block of code:
In HTML Page :
<div id="editor" onkeydown="re
Hello reader's in this blog I will guide you how to import "Wordpress functions in custom.php file?".
First Create a custom.php file into your theme and put your code into it.
Below is the example of image crop function into custom.php :
<?php
