disabled

Advertisement

Summery Summery

Outputs the html disabled attribute.

Syntax Syntax

disabled( mixed $disabled, mixed $current = true, bool $echo = true )

Description Description

Compares the first two arguments and if identical marks as disabled

Parameters Parameters

$disabled

(Required) One of the values to compare

$current

(Optional) (true) The other value to compare if not just true

Default value: true

$echo

(Optional) Whether to echo or just return the string

Default value: true

Return Return

(string) html attribute or empty string

Source Source

File: wp-includes/general-template.php

	 * Filters the output of the XHTML generator tag for display.
	 *
	 * @since 2.5.0

Advertisement

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Advertisement

Leave a Reply