PluginProbe
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant / 2.3.2
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant v2.3.2
2.3.2 2.3.1 2.3.0 2.2.8 2.2.7 trunk 1.10.0 1.10.1 1.10.2 1.10.3 1.10.4 1.10.5 1.11.0 1.11.1 1.11.2 1.6 1.7 1.8 1.8.1 1.8.2 1.8.3 1.9.0 1.9.1 1.9.10 1.9.11 All 60 releases
← All changes | admin/classes/class-merchant-plugin-installer.php +2 -2 2.3.02.3.2 View file →
@@ -232,9 +232,9 @@
232 232
233 233 /**
234 234 * Determine the current state of a plugin.
235 235 *
236 - * @param string $plugin_name The plugin basename (e.g. 'athemes-patcher/athemes-patcher.php').
236 + * @param string $plugin_name The plugin basename (e.g. 'woocommerce/woocommerce.php').
237 237 *
238 238 * @return string One of 'active', 'installed', or 'not_installed'.
239 239 */
240 240 private function get_plugin_state( $plugin_name ) {
@@ -369,9 +369,9 @@
369 369
370 370 /**
371 371 * Activate a plugin.
372 372 *
373 - * @param string $plugin_name The plugin basename (e.g. 'athemes-patcher/athemes-patcher.php').
373 + * @param string $plugin_name The plugin basename (e.g. 'woocommerce/woocommerce.php').
374 374 *
375 375 * @return true|WP_Error True on success, WP_Error on failure.
376 376 */
377 377 private function activate( $plugin_name ) {