add_link(): int|WP_Error

Add a link to using values provided in $_POST.


Return

int|WP_Error Value 0 or WP_Error on failure. The link ID on success.


Top ↑

Source

File: wp-admin/includes/bookmark.php. View all references

function add_link() {
	return edit_link();
}


Top ↑

Changelog

Changelog
Version Description
2.0.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.