Programming-3

How To Read External Files In WordPress

We often find ways by which we can read external files in safest way. Well, in this I am sharing the snippet which will let you read external files in WordPress.

Snippet Source/Credit: Snipplr

How To Remove Code Which Got Added For An iframe Injection In WordPress

The following snippet will let you remove the code which got added for an iframe injection. Before doing this, make sure you do backup all your data.

Snippet Source/Credit: WordPress.org

How To Remove Dashboard Widgets In WordPress

The following snippet will let you remove the dashboard widgets in your WordPress website. Paste the following into your functions.php file.

Snippet Source/Credit: WPRecipes.com

How To Replace The WordPress Generator

The following snippet will let you replace the WordPress generator.

Snippet Source/Credit: DevZone.fr

How To Reset A Query In WordPress

The following snippet will let you reset a query in WordPress.

Snippet Source/Credit: Undolog.com