[woo_statuses]
add_action(‘wp_footer’, function() {
if (current_user_can(‘manage_options’)) {
echo ‘
';
print_r(wc_get_order_statuses());
echo '
‘;
}
});
مرجع ارائه انواع فايلهای گرافيكی لايه باز و آماده ويرايش و فايلهای كاربردی
(پی سی گرافیک سابق)
پشتیبانی:
09355190778
ساعات پاسخگویی: 8:00 الی 23:00 تمام روزهای کاری
[woo_statuses]
add_action(‘wp_footer’, function() {
if (current_user_can(‘manage_options’)) {
echo ‘
';
print_r(wc_get_order_statuses());
echo '
‘;
}
});