WP_Hook::apply_filters()
Method: Calls the callback functions added to a filter hook.
Source: wp-includes/class-wp-hook.php:264
Method: Calls the callback functions added to a filter hook.
Source: wp-includes/class-wp-hook.php:264
Method: Normalizes filters set up before WordPress has initialized to WP_Hook objects.
Source: wp-includes/class-wp-hook.php:363
Method: Returns the current element.
Source: wp-includes/class-wp-hook.php:455
Method: Return the current priority level of the currently running iteration of the hook.
Source: wp-includes/class-wp-hook.php:347
Method: Executes the callback functions hooked on a specific action hook.
Source: wp-includes/class-wp-hook.php:308
Method: Processes the functions hooked into the ‘all’ hook.
Source: wp-includes/class-wp-hook.php:325
Method: Checks if a specific action has been registered for this hook.
Source: wp-includes/class-wp-hook.php:197
Method: Checks if any callbacks have been registered for this hook.
Source: wp-includes/class-wp-hook.php:223
Method: Returns the key of the current element.
Source: wp-includes/class-wp-hook.php:481
Method: Moves forward to the next element.
Source: wp-includes/class-wp-hook.php:468
Method: Determines whether an offset value exists.
Source: wp-includes/class-wp-hook.php:397
Method: Retrieves a value at a specified offset.
Source: wp-includes/class-wp-hook.php:411
Method: Sets a value at a specified offset.
Source: wp-includes/class-wp-hook.php:425
Method: Unsets a specified offset.
Source: wp-includes/class-wp-hook.php:442
Method: Removes all callbacks from the current filter.
Source: wp-includes/class-wp-hook.php:239
Method: Unhooks a function or method from a specific filter action.
Source: wp-includes/class-wp-hook.php:171
Method: Handles reseting callback priority keys mid-iteration.
Source: wp-includes/class-wp-hook.php:102
Method: Rewinds the Iterator to the first element.
Source: wp-includes/class-wp-hook.php:505
Method: Checks if current position is valid.
Source: wp-includes/class-wp-hook.php:494
Method: Block requests through the proxy.
Source: wp-includes/class-http.php:837
Method: Match redirect behaviour to browser handling.
Source: wp-includes/class-http.php:476
Method: Takes the arguments for a ::request() and checks for the cookie array.
Source: wp-includes/class-http.php:746
Method: Decodes chunk transfer-encoding, based off the HTTP 1.1 specification.
Source: wp-includes/class-http.php:782
Method: Uses the GET HTTP method.
Source: wp-includes/class-http.php:610
Method: Handles HTTP Redirects and follows them if appropriate.
Source: wp-includes/class-http.php:990
Method: Uses the HEAD HTTP method.
Source: wp-includes/class-http.php:627
Method: Determines if a specified string represents an IP address or not.
Source: wp-includes/class-http.php:1049
Method: Converts a relative URL to an absolute URL relative to a given URL.
Source: wp-includes/class-http.php:915
Method: Normalizes cookies for using in Requests.
Source: wp-includes/class-http.php:447
Method: Used as a wrapper for PHP’s parse_url() function that handles edgecases in < PHP 5.4.7.
Source: wp-includes/class-http.php:899