YoastWPSEOworkouts_route_save

YoastWPSEOworkouts_route_save

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.24.8.1

apply_filters('YoastWPSEOworkouts_route_save') is found 1 times:

  • /src/routes/workouts-route.php line 107
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
         * @param mixed|null $result The result of the previous saving operation.
         *
         * @param array $workouts_data The full set of workouts option data to save.
         */
        $result = \apply_filters( 'Yoast\WP\SEO\workouts_route_save', null, $workouts_data );
     
        return new WP_REST_Response(
            [ 'json' => $result ]
        );
    }