From 68df58aa26f73df1bb7ec11d8c363990949b46a3 Mon Sep 17 00:00:00 2001 From: Theofanis Despoudis <328805+theodesp@users.noreply.github.com> Date: Thu, 16 Nov 2023 13:22:40 +0000 Subject: [PATCH] Update ReplacementCallbacksTests.php --- plugins/faustwp/tests/integration/ReplacementCallbacksTests.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/faustwp/tests/integration/ReplacementCallbacksTests.php b/plugins/faustwp/tests/integration/ReplacementCallbacksTests.php index 082cb58bf..3ed92a770 100644 --- a/plugins/faustwp/tests/integration/ReplacementCallbacksTests.php +++ b/plugins/faustwp/tests/integration/ReplacementCallbacksTests.php @@ -13,6 +13,7 @@ preview_link_in_rest_response, image_source_replacement, image_source_srcset_replacement, + post_link, }; use function WPE\FaustWP\Settings\faustwp_update_setting; use WP_REST_Response;