Skip to content
Snippets Groups Projects
Commit caa21127 authored by Brian Canini's avatar Brian Canini
Browse files

adding wordpress to socialmedialinks module

parent e6817692
No related branches found
No related tags found
No related merge requests found
<?php
namespace Drupal\socialmedialinks_extras\Plugin\SocialMediaLinks\Platform;
use Drupal\social_media_links\PlatformBase;
/**
* Provides 'soundcloud' platform.
*
* @Platform(
* id = "wordpress",
* name = @Translation("Wordpress Blog"),
* )
*/
class Wordpress extends PlatformBase {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment