wpseo_ftc_post_update_site_representation

wpseo_ftc_post_update_site_representation

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-seo.24.8.1

do_action('wpseo_ftc_post_update_site_representation') is found 1 times:

  • /src/actions/configuration/first-time-configuration-action.php line 87
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    * @param array $failures   The options that failed to be saved.
     *
     * @internal
     */
    \do_action( 'wpseo_ftc_post_update_site_representation', $params, $old_values, $failures );
     
    if ( \count( $failures ) === 0 ) {
        return (object) [
            'success' => true,
            'status'  => 200,
        ];