وردپرس

Custom/Personal notices | WordPress.org


We need to write personal notices on all areas of the new dashboard, for example like you did with the products page custom content hook.

public function get_product_notices() {

                       ob_start();

                        do_action( ‘dokan_before_listing_product’ );

                        $notices = ob_get_contents();

                        ob_end_clean();

                        return $notices;

            }

This can be done by you only as it is safer. If we do that it will be overwritten with the next update.

We need this on all pages for the dashboard.

پایان/ مرجع وب و فناوری

مشاهده پاسخ های این مطلب
———————————————
این مطلب از سایت انجمن وردپرس گردآوری شده است و کلیه حقوق مطلق به انجمن وردپرس می باشد در صورت مغایرت و یا بروز مشکل اطلاع دهید تا حذف گردد

منبع: انجمن وردپرس

دکمه بازگشت به بالا