File manager - Edit - /home/adiance/public_html/wp-content/plugins/amp/back-compat/templates-v0-3/meta-taxonomy.php
Back
<?php /** * Legacy template for the AMP post taxonomy term lists. * * @package AMP */ $categories = get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'amp' ) ); ?> <?php if ( $categories ) : ?> <li class="amp-wp-tax-category"> <span class="screen-reader-text">Categories:</span> <?php echo $categories; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?> </li> <?php endif; ?> <?php $tags = get_the_tag_list( '', _x( ', ', 'Used between list items, there is a space after the comma.', 'amp' ) ); ?> <?php if ( $tags && ! is_wp_error( $tags ) ) : ?> <li class="amp-wp-tax-tag"> <span class="screen-reader-text">Tags:</span> <?php echo $tags; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?> </li> <?php endif; ?>
| ver. 1.4 |
Github
|
.
| PHP 7.3.33 | Generation time: 0.05 |
proxy
|
phpinfo
|
Settings