woocommerce_in_plugin_update_message

woocommerce_in_plugin_update_message

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_in_plugin_update_message') is found 1 times:

  • /includes/admin/plugin-updates/class-wc-plugins-screen-updates.php line 71
    			$this->upgrade_notice .= $this->get_extensions_modal_warning();
    			add_action( 'admin_print_footer_scripts', array( $this, 'plugin_screen_modal_js' ) );
    		}
    
    		echo apply_filters( 'woocommerce_in_plugin_update_message', $this->upgrade_notice ? '</p>' . wp_kses_post( $this->upgrade_notice ) . '<p class="dummy">' : '' ); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
    	}
    
    	/**
    	 * Get the upgrade notice from WordPress.org.
    	 *
    	 * @param  string $version WooCommerce new version.