oembedprovider.admin.inc in oEmbed 7.0
OEmbed Endpoint admin pages.
File
oembedprovider/oembedprovider.admin.incView source
<?php
/**
* @file
* OEmbed Endpoint admin pages.
*/
/**
* oEmbed admin settings page callback.
*/
function oembedprovider_settings() {
$form = array();
return system_settings_form($form);
}
Functions
Name | Description |
---|---|
oembedprovider_settings | oEmbed admin settings page callback. |