interactive-image-map-builder
Last commit date
assets
2 years ago
settings
2 years ago
functions.php
2 years ago
header.php
2 years ago
home.php
2 years ago
index.php
2 years ago
license.php
2 years ago
output-common-css.css
2 years ago
output-css.php
2 years ago
readme.txt
2 years ago
shortcode.php
2 years ago
template-menu.php
2 years ago
output-css.php
13 lines
| 1 | <?php |
| 2 | $pointCssCode = " |
| 3 | .isimb-6310-hover-content { |
| 4 | transform: scale(0); |
| 5 | transition: all .5s; |
| 6 | position: absolute; |
| 7 | z-index:9999999999; |
| 8 | } |
| 9 | "; |
| 10 | |
| 11 | wp_register_style("isimb-6310-template-" . esc_attr($ids) . "-css", ""); |
| 12 | wp_enqueue_style("isimb-6310-template-" . esc_attr($ids) . "-css"); |
| 13 | wp_add_inline_style("isimb-6310-template-" . esc_attr($ids) . "-css", $pointCssCode); |