|
add_action('largo_before_post_header', function() { |
|
printf( |
|
'<pre>%1$s</pre>', |
|
esc_html( var_export( get_post_custom( get_the_ID() ), true) ) |
|
); |
|
}); |
This was added during dev to help debug project post meta, and can now be removed at any time. It's not limited to projects; it appears on normal posts as well. http://staging.current.flywheelsites.com/2020/05/reflections-from-observing-good-radio-bosses/
umbrella-currentorg/wp-content/plugins/current-ltw-projects/post-types/projects.php
Lines 568 to 573 in 44bce79
This was added during dev to help debug project post meta, and can now be removed at any time. It's not limited to projects; it appears on normal posts as well. http://staging.current.flywheelsites.com/2020/05/reflections-from-observing-good-radio-bosses/