File manager - Edit - /home/matthif/www/wp-content/plugins/ultimate-addons-for-gutenberg/includes/blocks/tabs/frontend.js.php
Back
<?php /** * Frontend JS File. * * @since 2.0.0 * @var int $id * * @package uagb */ $selector = '.uagb-block-' . $id; ob_start(); ?> window.addEventListener( 'load', function() { UAGBTabs.init( '<?php echo esc_attr( $selector ); ?>' ); UAGBTabs.anchorTabId( '<?php echo esc_attr( $selector ); ?>' ); }); window.addEventListener( 'hashchange', function() { UAGBTabs.anchorTabId( '<?php echo esc_attr( $selector ); ?>' ); }, false ); <?php return ob_get_clean(); ?>
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0 |
proxy
|
phpinfo
|
Settings