I hereby claim:
- I am doostinharrell on github.
- I am doostinharrell (https://keybase.io/doostinharrell) on keybase.
- I have a public key ASD4R1d5CCiXHiVZDP21rtPRxYC7T-QRdjjXSVIyvMHLaQo
To claim this, I am signing this object:
<?php | |
// Deletes all user, term, node, and commerce data to clean out a website. | |
$entity_types = array( | |
'user' => array( | |
'entity_type' => 'user', | |
'id_field' => 'uid', | |
), | |
'taxonomy_term' => array( |
I hereby claim:
To claim this, I am signing this object:
// Create Aliases for Composer Dependencies | |
PATH=$PATH:$HOME/bin:$HOME/vendor/bin | |
export PATH |
<?php | |
/** | |
* Local configuration information. | |
* | |
* If you are working in a local/desktop development environment and want to | |
* keep your config separate, we recommend using a 'wp-config-local.php' file, | |
* which you should also make sure you .gitignore. | |
*/ | |
if (file_exists(dirname(__FILE__) . '/wp-config-local.php')) { |