Changeset 2385105
- Timestamp:
- 09/20/2020 05:10:24 AM (6 years ago)
- Location:
- manager-for-discord/trunk
- Files:
-
- 2 edited
-
index.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
manager-for-discord/trunk/index.php
r2385097 r2385105 55 55 function load_assets() { 56 56 57 wp_enqueue_style( 'dm_style', style_url('index '));57 wp_enqueue_style( 'dm_style', style_url('index.css')); 58 58 59 59 } -
manager-for-discord/trunk/readme.txt
r2385100 r2385105 11 11 12 12 WP Discord Manager enriches your website with discord functionality. We offer features like: 13 - Group invite link shortcode ([dm_invite link="DISCORD_INVITE_LINK"])13 - Group invite link shortcode [dm_invite link=DISCORD_INVITE_LINK] 14 14 (More to be added) 15 15 … … 19 19 20 20 The shortcode used for generating the invite link is: 21 [dm_invite link= "DISCORD_INVITE_LINK"]21 [dm_invite link=DISCORD_INVITE_LINK] 22 22 23 23 You can generate an invite link from your discord server and then you'll have to replace the DISCORD_INVITE_LINK
Note: See TracChangeset
for help on using the changeset viewer.