# insert-php-code-snippet/1.2/ajax-handler.php

Insert PHP Code Snippet, version 1.2. 5 lines.

- Page: https://pluginprobe.com/plugins/insert-php-code-snippet/1.2/code/ajax-handler.php
- Raw: https://pluginprobe.com/plugins/insert-php-code-snippet/1.2/raw/ajax-handler.php
- Modified: 2015-08-25T06:39:36+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-php-code-snippet/1.2/code/ajax-handler.php#L10-L20`.

```php
<?php

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

?>
```
