وردپرس
Bug: Typo in plugin source
There’s a typo in the filter hook name in classes/plugin.php
on line 180:
add_filter( 'flexible_chekout_fields_fields', [ $this, 'getCheckoutFields' ], 10, 2 );
Should be:
add_filter( 'flexible_checkout_fields_fields', [ $this, 'getCheckoutFields' ], 10, 2 );
(A missing “c”.)
This affects Flexible_Checkout_Fields_Plugin::get_fields()
which applies the (correctly spelled) hook and thus does nothing.
مشاهده پاسخ های این مطلب
———————————————
این مطلب از سایت انجمن وردپرس گردآوری شده است و کلیه حقوق مطلق به انجمن وردپرس می باشد در صورت مغایرت و یا بروز مشکل اطلاع دهید تا حذف گردد
منبع: انجمن وردپرس