WordPress

How To Remove Widgets From WordPress Dashboard

Adding the following snippet in your theme’s functions.php file and you will be able to accomplish the task.

Snippet Source/Credit: WP Guru

How To Disable WordPress Post Revision

Simply add the following snippet to your theme’s wp-config.php file and you will be able to disable WordPress post revision.

Snippet source/Credit: lesterchan.net

How To Remove Default Author Profile Fields

With the help of following snippet, you will be able to remove default author profile fields in WordPress.

Snippet Source/Credit: Snipplr

How To Execute Shortcode From Custom Field

The snippet will let you add shortcode to a WordPress custom field while by default; the option is not available by WordPress.

Snippet Source/Credit: Leeboyce.co.uk

How To Have Login Form For Your Themes

The following snippet will let you have login form for your themes in WordPress.

How To Create Database For WordPress

Using the following snippet, you will be able to create database for WordPress.

Snippet Source/Credit: Snipplr