Skip to content

Remove debug code from plugin #155

@benlk

Description

@benlk

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/

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions