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;