Changeset 32964 for trunk/src/wp-includes/plugin.php
- Timestamp:
- 06/27/2015 01:02:12 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/plugin.php
r32829 r32964 616 616 * @param callback $function_to_remove The name of the function which should be removed. 617 617 * @param int $priority Optional. The priority of the function. Default 10. 618 * @return bool eanWhether the function is removed.618 * @return bool Whether the function is removed. 619 619 */ 620 620 function remove_action( $tag, $function_to_remove, $priority = 10 ) {
Note: See TracChangeset
for help on using the changeset viewer.