Skip to content

Useful WordPress snippets to include in your theme's functions.php

Notifications You must be signed in to change notification settings

davidosomething/dkowpsnippets

Repository files navigation

DKO WP Snippets

Useful WordPress snippets I've collected from various sources and used on several sites.

There are probably plugins that do all the same things.

Add as a submodule or just download and add to your theme. E.g. if you cloned/copied into lib/snippets/ in your theme, add this to your functions.php:

require_once get_template_directory() . '/lib/snippets/update-nag.php';

About

Useful WordPress snippets to include in your theme's functions.php

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages