init commit
This commit is contained in:
5
twitch_extension/code-snippets/inject_twitchhelperjs.php
Normal file
5
twitch_extension/code-snippets/inject_twitchhelperjs.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
// if (!is_user_logged_in()) {
|
||||
// return;
|
||||
// }
|
||||
wp_enqueue_script( 'twitchhelper', 'https://extension-files.twitch.tv/helper/v1/twitch-ext.min.js');
|
||||
Reference in New Issue
Block a user