Custom/Personal notices
-
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.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Custom/Personal notices’ is closed to new replies.