admin管理员组

文章数量:1418636

This question already exists: How to get an array from the plugin User Role Editor? [closed] Closed 5 years ago.

I am trying to make a custom ability on my page CV people can insert and then view their CV I made a custom capability view_cv and I want for it to remove the option to view their CV.

<a class="edit btn btn-blue" href="<?php the_permalink(); ?>"><?php echo __('Check your CV '); ?></a>

I would like for it to remove this button, how would I go about doing that? Thanks in advance!

This was marked as a duplicate but on the other post there are no answers so it doesnt help me!

本文标签: pluginsHow to make this custom capability work