YoastWPSEOworkouts_route_save

YoastWPSEOworkouts_route_save

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

See hook in core

Displaying hooks found in version: wordpress-seo.22.3

apply_filters('YoastWPSEOworkouts_route_save') is found 1 times:

  • /src/routes/workouts-route.php line 107
    		 * @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 ]
    		);
    	}