WPIntell

Source evidence

Added WP Constants

BlackBox Debug Bar · support · 2013-09-06T04:45:00+00:00

complaintsentiment
mediumseverity
0.74relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 22 rows with source links

13.6% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

19 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Michael Cannon unresolved
Greg, Thank you for this very useful plugin. I wanted an easy way to check WordPress constants and therefore updated the code. You can see the diff at https://github.com/michael-cannon/blackbox-debug-bar/compare/wp-mirrors:master…wp_constants . I’ve also corrected a few issues with the readme and began updating to WordPress coding standards. http://wordpress.org/plugins/blackbox-debug-bar/ Michael, thanks for the code, one question: why list all the constants instead of using get_defined_constants() function? Greg, Excellent question and suggestion in one. I had forgotten about that function. Guess, I’ll revise my code. Fixed.

Comments

3 shown
Greg Winiarski 2013-09-28T07:07:00+00:00

Michael, thanks for the code, one question: why list all the constants instead of using get_defined_constants() function?

Michael Cannon 2013-09-28T16:07:00+00:00

Greg, Excellent question and suggestion in one. I had forgotten about that function. Guess, I’ll revise my code.

Michael Cannon 2013-10-01T19:17:00+00:00

Fixed.