Created
May 28, 2012 18:29
-
-
Save mestrewp/2820528 to your computer and use it in GitHub Desktop.
Se você esta escrevendo um programa fora da estrutura padrão do wordpress e precisa conectar ao banco de dados, não esquece que requerer este três arquivos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
include_once("wp-config.php"); | |
include_once("wp-load.php"); | |
include_once("wp-includes/wp-db.php"); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment