D
D
Denis2019-05-17 15:21:36
PHP
Denis, 2019-05-17 15:21:36

How to hide meta on one page but show on another?

How to hide on one page but show on another? codeigniter Hello, the bottom line is that if we are on the profile page, then this tag is there (it refers to the profile) But go to the main one, it should disappear! How to do? And so on the main error <meta name="" content="" />

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis, 2019-05-17
@winsom

Decided

<?php if (!empty($user)): ?>
<meta name="verify-admitad" content="<?php echo html_escape($user->verify); ?>" />
<?php endif; ?>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question