Filter: dt_get_rest_url
Allow filtering of the REST API URL used for pulling post content.
Parameters
| Name | Type | Description |
|---|---|---|
| $rest_url | string | The default REST URL to the post. |
| $blog_id | int | The blog ID. |
| $post_id | int | The post ID being retrieved. |
Source
Defined in includes/utils.php at line 1362
Returns
REST API URL for pulling post content.