Forum Replies Created
-
AuthorPosts
-
[email protected]
ParticipantHi Vladimir,
yes that’s works!Thanks for your great support!!!
Thanks & Regards
Dieter[email protected]
ParticipantHi Vladimir,
thank you for feedback and support!For first quick solution we have made this …
add_filter( ‘woocommerce_admin_reports’, ‘custom_reports’ );
function custom_reports( $reports ) {
// unset the elements of $reports that you don’t want
unset($reports[‘customers’]);
unset($reports[‘stock’]);
unset($reports[‘orders’]);
unset($reports[‘taxes’]);
return $reports;
}In second step we must see how we can make report access for admins.
Thanks & Regards
Dieter[email protected]
ParticipantHi Vladimir,
can we restrict/handle special URL’s with user role editor?Thanks & Regards
Dieter[email protected]
ParticipantHi Vladimir,
yes, this works! Great support!Thanks & Regards
Dieter[email protected]
ParticipantHi Vladimir,
good news and GREAT SUPPORT !!!Thanks & Regards
[email protected]
Participant.. we have made the Update from 4.43 to 4.48
No other Plugin Updates
-
AuthorPosts