# wp-coder/2.5.6/admin/partials/items.php

WP Coder – Insert &amp; Manage Code Snippets, version 2.5.6. 133 lines.

- Page: https://pluginprobe.com/plugins/wp-coder/2.5.6/code/admin/partials/items.php
- Raw: https://pluginprobe.com/plugins/wp-coder/2.5.6/raw/admin/partials/items.php
- Modified: 2023-05-18T16:28:12+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/wp-coder/2.5.6/code/admin/partials/items.php#L10-L20`.

```php
<?php
/**
 * Items
 *
 * @package     Wow_Plugin
 * @subpackage
 * @copyright   Copyright (c) 2018, Dmytro Lobov
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
 * @since       1.0
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

?>
<style>
	.height_screen {
		height: 320px;
		background: #fff;
	}

	.height_screen img {
		max-width: 100%;
	}

	.height_screen span {
		padding: 10px;
		font-size: 16px;
		font-weight: 500;
		display: block;
	}

	.height_screen a {
		color: #000;
		text-decoration: none;
	}

	.themes {
		overflow: hidden;
	}

	.theme-actions {
		background: rgba(244, 244, 244, 1) !important;
	}

	.install {
		float: right;
	}
</style>

<h3>Have any idea about CSS and JS item? Write us now on email yoda@wow-company.com or via Support page.</h3>

<div class="theme-browser">
	<div class="themes">

		<div class="theme">
			<div class="height_screen">
				<a target="_blank" href="https://wow-estore.com/item/jquery-counters/">
					<img src="<?php echo esc_url($this->plugin_url);?>assets/img/jq-counter.png">
					<span>Increasing the Conversion of Purchases via any Counters, Countdowns and Timers</span>
				</a>
			</div>
			<div class="theme-author"></div>
			<div class="theme-id-container">
				<h2 class="theme-name">
					<span>jQuery Counters</span>
				</h2>
				<div class="theme-actions">
					<a class="button activate" href="https://wow-estore.com/item/jquery-counters/">Get Now</a>

				</div>
			</div>
		</div>

		<div class="theme">
			<div class="height_screen">
				<a target="_blank" href="https://wow-estore.com/item/jquery-popup-notifications/">
					<img src="<?php echo esc_url($this->plugin_url);?>assets/img/jq-notification.jpg">
					<span>Create and show fake notifications to motivate users to take action on your site.</span>
				</a>
			</div>
			<div class="theme-author"></div>
			<div class="theme-id-container">
				<h2 class="theme-name">
					<span>jQuery Popup Notifications</span>
				</h2>
				<div class="theme-actions">
					<a class="button activate" href="https://wow-estore.com/item/jquery-popup-notifications/">Get Now</a>

				</div>
			</div>
		</div>

		<div class="theme">
			<div class="height_screen">
				<a target="_blank" href="https://wow-estore.com/item/side-menu-pure-css/">
					<img src="<?php echo esc_url($this->plugin_url);?>assets/img/side-menu-css.jpg">
					<span>Easily create Side Menu of varying complexity</span>
				</a>
			</div>
			<div class="theme-author"></div>
			<div class="theme-id-container">
				<h2 class="theme-name">
					<span>CSS Side menu</span>
				</h2>
				<div class="theme-actions">
					<a class="button activate" href="https://wow-estore.com/item/side-menu-pure-css/">Get Now</a>

				</div>
			</div>
		</div>

		<div class="theme">
			<div class="height_screen">
				<a target="_blank" href="https://wow-estore.com/item/floating-action-buttons/">
					<img src="<?php echo esc_url($this->plugin_url);?>assets/img/floating-button-css.jpg">
					<span>Easily create a floating button with any functions</span>
				</a>
			</div>
			<div class="theme-author"></div>
			<div class="theme-id-container">
				<h2 class="theme-name">
					<span>CSS Floating Action Buttons</span>
				</h2>
				<div class="theme-actions">
					<a class="button activate" href="https://wow-estore.com/item/floating-action-buttons/">Get Now</a>

				</div>
			</div>
		</div>
	</div>
</div>
```
