ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • wp-includes/class-wp-hook.php
  • Page 2

WP_Hook::has_filter()

Method: Checks if a specific callback has been registered for this hook.

Source: wp-includes/class-wp-hook.php:215

Used by 0 functions | Uses 0 functions

WP_Hook::has_filters()

Method: Checks if any callbacks have been registered for this hook.

Source: wp-includes/class-wp-hook.php:242

Used by 0 functions | Uses 0 functions

WP_Hook::remove_all_filters()

Method: Removes all callbacks from the current filter.

Source: wp-includes/class-wp-hook.php:259

Used by 0 functions | Uses 0 functions

WP_Hook::apply_filters()

Method: Calls the callback functions that have been added to a filter hook.

Source: wp-includes/class-wp-hook.php:285

Used by 0 functions | Uses 0 functions

WP_Hook::do_action()

Method: Calls the callback functions that have been added to an action hook.

Source: wp-includes/class-wp-hook.php:330

Used by 0 functions | Uses 0 functions

WP_Hook::do_all_hook()

Method: Processes the functions hooked into the ‘all’ hook.

Source: wp-includes/class-wp-hook.php:347

Used by 0 functions | Uses 0 functions

WP_Hook::current_priority()

Method: Return the current priority level of the currently running iteration of the hook.

Source: wp-includes/class-wp-hook.php:371

Used by 0 functions | Uses 0 functions

WP_Hook::build_preinitialized_hooks()

Method: Normalizes filters set up before WordPress has initialized to WP_Hook objects.

Source: wp-includes/class-wp-hook.php:408

Used by 0 functions | Uses 0 functions

WP_Hook::offsetExists()

Method:

Source: wp-includes/class-wp-hook.php:446

Used by 0 functions | Uses 0 functions

WP_Hook::offsetGet()

Method:

Source: wp-includes/class-wp-hook.php:461

Used by 0 functions | Uses 0 functions
« Previous 1 2 3 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy