wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



add_link › WordPress Function

Seit2.0.0
Veraltetn/v
add_link ( Keine Parameter )
Gibt zurück:
  • (int) The link ID on success. The value 0 on failure.
Definiert in:
Codex:

Adds a link using values provided in $_POST.



Quellcode

function add_link() {
	return edit_link();
}