YoastWPSEOworkouts_route_save, null, $workouts_data
YoastWPSEOworkouts_route_save, null, $workouts_data
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('YoastWPSEOworkouts_route_save, null, $workouts_data') is found 1 times:
- /src/routes/workouts-route.php line 105
* @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 ], ); }