It works fine on single site. But when I install it on multi site network it doesn’t work and also show me a warning
Warning: include(../wp-includes/pluggable.php): failed to open stream: No such file or directory in /Users/hello/Projects/wordpress/plugin_name/wp-content/plugins/hide_my_wp/load.php on line 260
Warning: include(): Failed opening ‘../wp-includes/pluggable.php’ for inclusion (include_path=’.:/opt/homebrew/Cellar/php@7.4/7.4.33_2/share/php@7.4/pear:/Users/hello/Projects/wordpress/plugin_name/wp-content/plugins/hide_my_wp/lib/mute-screamer/libraries’) in /Users/hello/Projects/wordpress/plugin_name/wp-content/plugins/hide_my_wp/load.php on line 260
And I can’t use the plugin on multi site. How to resolve the issue and how can I use it on multi site?