# insert-html-snippet/1.1/ajax-handler.php

Insert Html Snippet, version 1.1. 5 lines.

- Page: https://pluginprobe.com/plugins/insert-html-snippet/1.1/code/ajax-handler.php
- Raw: https://pluginprobe.com/plugins/insert-html-snippet/1.1/raw/ajax-handler.php
- Modified: 2014-03-28T16:14:22+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/insert-html-snippet/1.1/code/ajax-handler.php#L10-L20`.

```php
<?php

require_once( dirname( __FILE__ ) . '/admin/ajax-backlink.php' );

?>
```
