# post-carousel/4.0.7/includes/Admin/index.php

Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog &amp; News, version 4.0.7. 12 lines.

- Page: https://pluginprobe.com/plugins/post-carousel/4.0.7/code/includes/Admin/index.php
- Raw: https://pluginprobe.com/plugins/post-carousel/4.0.7/raw/includes/Admin/index.php
- Modified: 2026-06-09T12:18:02+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/post-carousel/4.0.7/code/includes/Admin/index.php#L10-L20`.

```php
<?php
/**
 * Admin Directory
 *
 * @package Smart_Post_Show
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

```
