Field::sanitize_cb_args( mixed $val )

Description #

Arguments passed to sanitization callback.

Parameters #

  • $val
    mixed (Required) Value to sanitize.

Source #

File: lib/form/class-field.php

	protected function sanitize_cb_args( $val ) {
		return array( $val );
	}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment