Upload::sanitize_cb_args( mixed $val )

Description #

Arguments passed to sanitization callback.

Parameters #

  • $val
    mixed (Required) Value to sanitize.

Source #

File: lib/form/class-upload.php

	protected function sanitize_cb_args( $val ) {
		return array( $val, $this->get( 'upload_options' ) );
	}

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