11 lines
441 B
PHP
11 lines
441 B
PHP
<?php
|
|
return array(
|
|
"name" => __("Easy Embed", "easy_embed"),
|
|
"url" => "http://chyrplite.net/",
|
|
"version" => "2023.01",
|
|
"description" => __("Embed a video in your blog content by pasting its URL surrounded by <code><!--</code> and <code>--></code>.", "easy_embed"),
|
|
"author" => array(
|
|
"name" => "Daniel Pimley",
|
|
"url" => "http://www.pimley.net/"
|
|
)
|
|
); |