Convert cookie name and value back to header string.
WP_Http_Cookie::test
Confirms that it’s OK to send this cookie to the URL checked against.
WP_Http_Cookie::__construct
Sets up this cookie object.
WP_Hook::rewind
Rewinds the Iterator to the first element.
Advertisement
WP_Hook::valid
Checks if current position is valid.
WP_Hook::key
Returns the key of the current element.
WP_Hook::next
Moves forward to the next element.
WP_Hook::current
Returns the current element.
Advertisement
WP_Hook::offsetUnset
Unsets a specified offset.
WP_Hook::offsetSet
Sets a value at a specified offset.
WP_Hook::offsetGet
Retrieves a value at a specified offset.
WP_Hook::offsetExists
Determines whether an offset value exists.
Advertisement
WP_Hook::build_preinitialized_hooks
Normalizes filters set up before WordPress has initialized to WP_Hook objects.
WP_Hook::current_priority
Return the current priority level of the currently running iteration of the hook.
WP_Hook::do_all_hook
Processes the functions hooked into the ‘all’ hook.