# wpsso/22.7.0/lib/ext/markdown/MarkdownInterface.inc.php

WPSSO Core – Complete Schema Markup and Meta Tags, version 22.7.0. 13 lines.

- Page: https://pluginprobe.com/plugins/wpsso/22.7.0/code/lib/ext/markdown/MarkdownInterface.inc.php
- Raw: https://pluginprobe.com/plugins/wpsso/22.7.0/raw/lib/ext/markdown/MarkdownInterface.inc.php
- Modified: 2025-02-18T01:36:48+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/wpsso/22.7.0/code/lib/ext/markdown/MarkdownInterface.inc.php#L10-L20`.

```php
<?php

// Use this file if you cannot use class autoloading. It will include all the
// files needed for the MarkdownInterface interface.
//
// Take a look at the PSR-0-compatible class autoloading implementation
// in the Readme.php file if you want a simple autoloader setup.

if ( ! interface_exists( 'Michelf\MarkdownInterface' ) ) {

	require_once dirname(__FILE__) . '/MarkdownInterface.php';
}

```
