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 inline HTML output by the shortcode.
|
|
|
*
|
|
|
* @link https://horizontes.info
|
|
|
* @since 1.0.0
|
|
|
*
|
|
|
* @package Reuna_Glossario
|
|
|
* @subpackage Reuna_Glossario/public/views
|
|
|
*/
|
|
|
?>
|
|
|
|
|
|
<a href="#"
|
|
|
x-data
|
|
|
x-on:click="
|
|
|
$event.preventDefault();
|
|
|
document.getElementById('modal-glossario-<?php echo get_post_field('post_name', $post); ?>').dispatchEvent(new Event('modal-open'));
|
|
|
"
|
|
|
>
|
|
|
<?php echo $content; ?>
|
|
|
</a>
|