X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions-functions.php;h=780ee2f8bc5c4130d8a412839da75c86b5c5d0ca;hp=56f624b44b5f551eb52335629ffcd4bea16c1744;hb=b6c301dece2d7a3375321d4f3c0498ceaeb5a2a6;hpb=db0c6702086eea2c44d0aae1702dc2e77a0afc4e diff --git a/inc/extensions-functions.php b/inc/extensions-functions.php index 56f624b44b..780ee2f8bc 100644 --- a/inc/extensions-functions.php +++ b/inc/extensions-functions.php @@ -142,6 +142,9 @@ function loadExtension ($ext_name, $ext_mode, $ext_ver = '0.0', $dry_run = false )); } + // Load extension's filter library if present + loadExtensionFilters($ext_name); + // Extensions are not deprecated by default setExtensionDeprecated('N');