WP: View Constants
//PHP function to view all constants currently set on your installation print_r( @get_defined_constants() );