Author: websourceblog

Add menu item programmatically in WordPress 0

How to create custom shortcode in WordPress?

Shortcode in WordPress. In WordPress we can create custom shortcodes and we can show its output anywhere on the site. To create a shortcode, we will use WordPress built in function add_shortcode(), this function...

0

How to load data in datatables from ajax?

Load data in Datatables from Ajax I was working on a project in which I had to show results in datatables with search and load data in datatable in real-time like whenever record inserted,...

Laravel 8 error target class controller does not exist. 0

How to specify connection in migrations Laravel 5?

Laravel 5 Migrations Migrations are like version control for your database, which allow us to modify database schema and stay up to date on the current schema state. Migrations are typically paired with the...