I hereby claim:
- I am jamesmrobinson on github.
- I am jmrcodes (https://keybase.io/jmrcodes) on keybase.
- I have a public key ASBpFnZfL1SqTUzJ1Xa33T_q2UVc2kX116DnxmOGnPfUhgo
To claim this, I am signing this object:
| <?php phpinfo(); |
| <?php | |
| # SHORTS | |
| # DIRECTORY SEPARATOR | |
| define( 'DS', DIRECTORY_SEPARATOR ); | |
| # PATH SEPARATOR | |
| define( 'PS', PATH_SEPARATOR ); | |
| # Absolute path to the WordPress directory. | |
| ! defined( 'ABSPATH' ) | |
| AND define( 'ABSPATH', dirname( __FILE__ ).DS ); |
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| // ** MySQL settings | |
| define('DB_NAME', 'database_name_here'); | |
| define('DB_USER', 'username_here'); | |
| define('DB_PASSWORD', 'password_here'); | |
| define('DB_HOST', 'localhost'); | |
| // ** DEV DEBUG settings | |
| define('WP_DEBUG', true); | |
| define('WP_DEBUG_DISPLAY', true); |
| var stripUrlStrings = function(){ | |
| if (window.location && window.location.href && window.history && history.pushState) { | |
| var url = window.location.href; | |
| url = url.split('?')[0]; | |
| history.pushState(null, null, url); | |
| } | |
| }; |
| <?php | |
| /** | |
| * Plugin Name: WP Disqus Embed | |
| * Plugin URI: https://imaginarymedia.com.au/2015/02/11/wordpress-plugin-to-embed-disqus/ | |
| * Description: A plugin to add Disqus embedding support via shortcode | |
| * Version: 0.1 | |
| * Author: Imaginary Media | |
| * Author URI: https://imaginarymedia.com.au/ | |
| * License: GPL2 | |
| */ |
| <?php | |
| /** | |
| * Plugin Name: Custom Post Types | |
| * Plugin URI: https://gist.github.com/nosquirrelbones/316a29936e5e7d709665 | |
| * Description: A simple plugin (template) to register custom post types | |
| * Version: 1.1 | |
| * Author: James Robinson | |
| * Author URI: http://jmr.codes/ | |
| * License: GPL2 | |
| */ |