Update functions.php
This commit is contained in:

committed by
GitHub

parent
a0d2a5899d
commit
e1387d2592
@@ -75,4 +75,12 @@ if (!function_exists('estimated_reading_time')) {
|
||||
}
|
||||
}
|
||||
|
||||
// Reset de CSS - Shortcode
|
||||
add_filter('do_shortcode_tag', function($output, $tag) {
|
||||
if ($tag === 'mostra-calendario') {
|
||||
return '<div style="all: initial !important;">' . $output . '</div>';
|
||||
}
|
||||
return $output;
|
||||
}, 10, 2);
|
||||
|
||||
?>
|
Reference in New Issue
Block a user