CheckPluginForTranslation icon indicating copy to clipboard operation
CheckPluginForTranslation copied to clipboard

Consider downloading the plugin zip file for performance

Open ePascalC opened this issue 8 years ago • 0 comments

Getting one php file after another for finding the 'main' php file and to look for load_plugin_textdomain might be very time consuming using the current way. It might be more effective to download the zip file locally, expand and screen the php files on the local server.

ePascalC avatar Jan 05 '18 22:01 ePascalC