5 lines
154 B
PHP
5 lines
154 B
PHP
<?php
|
|
// if (!is_user_logged_in()) {
|
|
// return;
|
|
// }
|
|
wp_enqueue_script( 'twitchhelper', 'https://extension-files.twitch.tv/helper/v1/twitch-ext.min.js'); |