ePascalC / CheckPluginForTranslation

Check your plugin on wordpress.org making sure it's ready for translation
18 stars 5 forks source link

Consider downloading the plugin zip file for performance #7

Open ePascalC opened 6 years ago

ePascalC commented 6 years ago

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.