wpseo_ftc_post_update_social_profiles

wpseo_ftc_post_update_social_profiles

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-seo.24.8.1

do_action('wpseo_ftc_post_update_social_profiles') is found 1 times:

  • /src/actions/configuration/first-time-configuration-action.php line 124
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    * @param array $failures   The options that failed to be saved.
     *
     * @internal
     */
    \do_action( 'wpseo_ftc_post_update_social_profiles', $params, $old_values, $failures );
     
    if ( empty( $failures ) ) {
        return (object) [
            'success' => true,
            'status'  => 200,
        ];