1558 | | * @param string $return Sample permalink HTML markup. |
1559 | | * @param int $post_id Post ID. |
1560 | | * @param string $new_title New sample permalink title. |
1561 | | * @param string $new_slug New sample permalink slug. |
1562 | | * @param WP_Post $post Post object. |
| 1558 | * @param string $return Sample permalink HTML markup. |
| 1559 | * @param int $post_id Post ID. |
| 1560 | * @param string|null $new_title New sample permalink title. |
| 1561 | * @param string|null $new_slug New sample permalink slug. |
| 1562 | * @param WP_Post $post Post object. |