'.__('To unlock this feature, you can upgrade to the Pro version.', 'wp-asset-clean-up').'

'; $utm_medium = 'n_a'; // not available if (\WpAssetCleanUp\Main::isWpDefaultSearchPage()) { echo ' '.__('This is a WordPress Search Page and managing CSS & JS (unload, defer, async, etc.) for this page type can be done in Asset CleanUp Pro.', 'wp-asset-clean-up') . $contentUnlockFeature; $utm_medium = 'search_page'; } elseif (is_404()) { echo ' '.__('This is a 404 (Not Found) Page and managing CSS & JS (unload, defer, async, etc.) for this page type can be done in Asset CleanUp Pro.', 'wp-asset-clean-up') . $contentUnlockFeature; $utm_medium = '404_not_found_page'; } elseif (is_author()) { echo ' '.__('This is an Author Page and managing CSS & JS (unload, defer, async, etc.) for this page type can be done in Asset CleanUp Pro.', 'wp-asset-clean-up') . $contentUnlockFeature; $utm_medium = 'author_page'; } elseif (is_category()) { echo ' '.__('This is a Category (Taxonomy) Page and managing CSS & JS (unload, defer, async, etc.) for this page type can be done in Asset CleanUp Pro.', 'wp-asset-clean-up') . $contentUnlockFeature; $utm_medium = 'category_page'; } elseif (function_exists('is_product_category') && is_product_category()) { echo ' '.__('This is a WooCommerce Product Category (Taxonomy) Page and managing CSS & JS (unload, defer, async, etc.) for this page type can be done in Asset CleanUp Pro.', 'wp-asset-clean-up') . $contentUnlockFeature; $utm_medium = 'woo_product_category_page'; } elseif (is_date()) { echo ' '.__('This is a Date (Archive) Page and managing (unload, defer, async etc.) CSS & JS for this page type can be done in Asset CleanUp Pro.', 'wp-asset-clean-up') . $contentUnlockFeature; $utm_medium = 'date_page'; } elseif (is_tag()) { echo ' '.__('This is a Tag (Archive) Page and managing CSS & JS (unload, defer, async, etc.) for this page type can be done in Asset CleanUp Pro.', 'wp-asset-clean-up') . $contentUnlockFeature; $utm_medium = 'tag_page'; } elseif (is_tax()) { echo ' '.__('This is a Taxonomy Page and managing CSS & JS (unload, defer, async, etc.) for this page type can be done in Asset CleanUp Pro.', 'wp-asset-clean-up') . $contentUnlockFeature; $utm_medium = 'taxonomy_page'; } elseif (\WpAssetCleanUp\Misc::isHomePage()) { $utm_medium = 'home_page'; } ?>