Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

pt-br:Plugins

Introdução

Plugins are ways to extend and add to the functionality that already exists in WordPress.

The core of WordPress is designed to be lean and lightweight, to maximize flexibility and minimize code bloat. Plugins then offer custom functions and features so that each user can tailor their site to their specific needs.

For instructions and information on downloading, installing, upgrading, troubleshooting, and managing your WordPress Plugins, see Managing Plugins. If you want to develop your own plugin, there is a comprehensive list of resources in Plugin Resources.

Repositórios de Plug-ins

WordPress Plugins are available from several sources. The most popular and official source for WordPress Plugins is the WordPress.org repo.

Just to note, not all WordPress Plugins make it into the above repository. Search the web for "WordPress Plugin" and the keywords for the type of functionality you are seeking. There is bound to be a solution out there for you.

Plugins Predefinidos

The following two plugins are included with WordPress core:

Akismet 
Akismet checks your comments against the Akismet web service to see if they look like spam or not. You can review the spam it catches under "Manage" and it automatically deletes old spam after 15 days.

Veja aqui todas as funcionalidades do Akismet: https://wordpress.org/plugins/akismet/

Hello Dolly 
This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong. Hello, Dolly. This is, by the way, the world's first official WordPress Plugin. When enabled you will randomly see a lyric from "Hello, Dolly" in the upper right of your Administration Panels on every page.

Desenvolvimento de Plug-in

Para informação sobre como criar os seus próprios plug-ins, consulte: