[woo_statuses]

add_action(‘wp_footer’, function() {
if (current_user_can(‘manage_options’)) {
echo ‘

';
        print_r(wc_get_order_statuses());
        echo '

‘;
}
});