Skip to content

Commit

Permalink
Remove add_woocommerce_extended_task_list_item hook
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalec authored and matt-h committed Aug 8, 2023
1 parent e60e376 commit fb95746
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
8 changes: 0 additions & 8 deletions src/Hooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@

A list of hooks, i.e `actions` and `filters`, that are defined or used in this project.

## add_woocommerce_extended_task_list_item

**Type**: action

**Used in**:

- <a href="https://github.com/woocommerce/google-listings-and-ads/blob/develop/src/TaskList/CompleteSetupTask.php#L36">CompleteSetupTask.php#L36</a>

## bulk_edit_save_post

**Type**: action
Expand Down
2 changes: 0 additions & 2 deletions src/TaskList/CompleteSetupTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ function() {

$this->task_list = TaskLists::get_list( $list_id );
TaskLists::add_task( $list_id, $this );

do_action( 'add_woocommerce_extended_task_list_item', $this->get_id() );
}
);
}
Expand Down

0 comments on commit fb95746

Please sign in to comment.