Skip to content

Commit

Permalink
updated connectors.md for completeness
Browse files Browse the repository at this point in the history
  • Loading branch information
tharsheblows committed Aug 23, 2024
1 parent 3c3ab3b commit ba083a0
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions connectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,31 @@
</details>


## Connector: WP_Stream\Connector_Two_Factor

### Actions

- update_user_meta
- updated_user_meta
- added_user_meta
- two_factor_user_authenticated
- wp_login_failed

### Class register()

<details>
<summary>This is the register method for the Connector. Occasionally there are additional actions in here.</summary>

```php
public function register() {
parent::register();

add_filter( 'wp_stream_log_data', array( $this, 'log_override' ) );
}
```
</details>


## Connector: WP_Stream\Connector_User_Switching

### Actions
Expand Down

0 comments on commit ba083a0

Please sign in to comment.