Hi soenarto,
Are you want to hide “Withdrawals” on Profile or Admin? Who is the user you don’t want see it? Because, if on Admin, only Admin see. If on the Profile, only Admin, or author that can see. It not public for everyone.
Thanks.
On the admin page. This is visible to all instructors
Hi,
You can add custom CSS below
.wp-submenu li a[href="edit.php?post_type=lp_withdraw"] {
display: none !important;
}
But for thoroughly, you can try https://wordpress.org/plugins/user-role-editor
Thanks.
okay thanks, this works great