# datafeedr-api/1.0.124/src/functions.php

Datafeedr API, version 1.0.124. 10 lines.

- Page: https://pluginprobe.com/plugins/datafeedr-api/1.0.124/code/src/functions.php
- Raw: https://pluginprobe.com/plugins/datafeedr-api/1.0.124/raw/src/functions.php
- Modified: 2018-02-08T16:35:32+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/datafeedr-api/1.0.124/code/src/functions.php#L10-L20`.

```php
<?php

/**
 * @todo delete me. This is just a test.
 *
 * Just for testing purposes.
 */
function datafeedr_test_function() {
	return;
}
```
