Skip to content

Commit

Permalink
Update src/actions/configuration/first-time-configuration-action.php
Browse files Browse the repository at this point in the history
Co-authored-by: Enrico Battocchi <enrico.battocchi@gmail.com>
  • Loading branch information
pls78 and enricobattocchi authored Oct 9, 2023
1 parent 19dba25 commit 447dab2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/actions/configuration/first-time-configuration-action.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ public function set_social_profiles( $params ) {
/**
* Action: 'wpseo_post_update_social_profiles' - Allows for Hiive event tracking.
*
* @api array The options new values.
* @api array The options old values.
* @api array The options that failed to be saved.
* @param array The new values of the options.
* @param array The old values of the options.
* @param array The options that failed to be saved.
*/
\do_action( 'wpseo_post_update_social_profiles', $params, $old_values, $failures );

Expand Down

0 comments on commit 447dab2

Please sign in to comment.