junrillg
11/17/2014 - 9:07 AM

WP: View Constants

WP: View Constants

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