M
M
Michael2019-04-05 18:04:59
WordPress
Michael, 2019-04-05 18:04:59

How to display attributes in the product card only for the admin?

Hello!
The following question arose: in our product card, various attributes are displayed, etc.
We want to display some such data, for example, near the photo of the product, or somewhere else, it does not matter, which only the site admin and managers who run this store will see. This could be the customer's phone number or something else that shouldn't be visible to all other visitors.
How can I do that ? If using coding, please indicate where to write it

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Pychev Anatoly, 2019-04-05
@pton

if( current_user_can( 'edit_posts' ) ) {
      echo 'тра та та';
    }

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question