WP_Dependencies::do_item( string $handle )

Processes a dependency.


Description Description


Parameters Parameters

$handle

(string) (Required) Name of the item. Should be unique.


Top ↑

Return Return

(bool) True on success, false if not set.


Top ↑

Source Source

File: wp-includes/class.wp-dependencies.php

	public function do_item( $handle ) {
		return isset( $this->registered[ $handle ] );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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