You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
|
<?php
|
|
|
|
|
|
/**
|
|
|
* The box containing the term's shortcode
|
|
|
*
|
|
|
* @link https://horizontes.info
|
|
|
* @since 1.0.0
|
|
|
*
|
|
|
* @package Reuna_Glossario
|
|
|
* @subpackage Reuna_Glossario/admin/partials
|
|
|
*/
|
|
|
?>
|
|
|
|
|
|
<p class="description">
|
|
|
|
|
|
<label for="reuna-glossario-shortcode">
|
|
|
<?php echo esc_html( __( "Copie este shortcode para adicionar o termo ao seu conteúdo:", 'reuna-shortcode' ) ); ?>
|
|
|
</label>
|
|
|
|
|
|
<span class="shortcode wp-ui-highlight">
|
|
|
<input type="text" id="reuna-glossario-shortcode" onfocus="this.select();" readonly="readonly" class="large-text code" value="<?php echo esc_attr( '[glossario id="' . get_the_ID() . '"]' . strtolower(get_the_title()) . '[/glossario]' ); ?>" />
|
|
|
</span>
|
|
|
</p>
|