wpseo_ftc_post_update_enable_tracking

wpseo_ftc_post_update_enable_tracking

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-seo.24.8.1

do_action('wpseo_ftc_post_update_enable_tracking') is found 1 times:

  • /src/actions/configuration/first-time-configuration-action.php line 216
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    *
     * @internal
     */
    // $success is negated to be aligned with the other two actions which pass $failures.
    \do_action( 'wpseo_ftc_post_update_enable_tracking', $params['tracking'], $option_value, ! $success );
     
    if ( $success ) {
        return (object) [
            'success' => true,
            'status'  => 200,
        ];