docs icon indicating copy to clipboard operation
docs copied to clipboard

Fix typo in `prefix_data_arg_sanitize_callback` doc on the Routes and Endpoints page

Open Rahmon opened this issue 2 years ago • 0 comments

This PR fixes the tag @return since the return of the function prefix_data_arg_sanitize_callback is a string: return sanitize_text_field( $value );

Rahmon avatar Nov 22 '23 23:11 Rahmon