WordPress
Change blog single page permalink
Use The below code in functions.php in current active theme to change the blog single page permalink. After adding this code in functions.php please update your permalink.
Use The below code in functions.php in current active theme to change the blog single page permalink. After adding this code in functions.php please update your permalink.
Use the below code in function.php or page template to get Front Page id.
Use the below code in functions.php of your current theme to update user meta after membership checkout. The code is executed after successful membership checkout.
Use the below code to add product in woocommerce pro-grammatically.
The code below could explain in its own right, is able to show which operating system someone is using.
You can simply drop this SQL query in your wordpress database and change username,password,firstname,lastname according to your requrement.
First of all create a model and name it Customemodel.php ( Model name) in application->model folder and use the below code.