Hello,
when i use WP Rocket (actived “lazy load”) in combination with Hide my WP, the source code shows this: script data-no-minify=”1″ data-cfasync=”false”>(function(w,d){function a(){var b=d.createElement(“script”);b.async=!0;b.src=”http://www.domain.xxx/incaches/plugins/wp-rocket/inc/front/js/lazyload.1.0.5.min.js … normaly this shouldn’t be shown because:
incaches is set in hide my WP under “new wp-content path” and plugins should be renamed as “modules”.
Asking WP Rocket after finding out it is lazy load function, they told:
WP Rocket nutzt an dieser Stelle die Standard-WordPress-Funktion plugin_dir_url() zur Ausgabe der URL: https://developer.wordpress.org/reference/functions/plugin_dir_url/
Die Funktion, die den Script-Aufruf ausgibt (siehe wp-rocket/inc/front/lazyload.php), wird über wp_head eingehakt. Könnte Hide My WP hier eine Lücke in seinen unterstützten Core-Funktionen haben?
Perhaps there is little “bug” in hide my WP?