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

Insert Html Snippet, version 1.2.1. 7 lines.

- Page: https://pluginprobe.com/plugins/insert-html-snippet/1.2.1/code/ajax-handler.php
- Raw: https://pluginprobe.com/plugins/insert-html-snippet/1.2.1/raw/ajax-handler.php
- Modified: 2016-11-19T11:48:04+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.2.1/code/ajax-handler.php#L10-L20`.

```php
<?php
if ( ! defined( 'ABSPATH' ) ) 
	exit;

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

?>
```
