# customify/1.2.7/core/callbacks/validation/not_empty.php

Customify, version 1.2.7. 6 lines.

- Page: https://pluginprobe.com/plugins/customify/1.2.7/code/core/callbacks/validation/not_empty.php
- Raw: https://pluginprobe.com/plugins/customify/1.2.7/raw/core/callbacks/validation/not_empty.php
- Modified: 2015-02-16T08:16:34+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/customify/1.2.7/code/core/callbacks/validation/not_empty.php#L10-L20`.

```php
<?php defined('ABSPATH') or die;

	function pixcustomify_validate_not_empty($fieldvalue, $processor) {
		return ! empty($fieldvalue);
	}

```
