', '
' ), array( '' . sprintf( __( 'Related Products requires WooCommerce to be active. You can download WooCommerce %s.', 'wt-woocommerce-related-products' ), '' . __( 'here', 'wt-woocommerce-related-products' ) . '' ) . '
'; } /** * Begins execution of the plugin. * * Since everything within the plugin is registered via hooks, * then kicking off the plugin from this point in the file does * not affect the page life cycle. * * @since 1.0.0 */ function run_custom_related_products() { $plugin = new Custom_Related_Products(); $plugin->run(); } run_custom_related_products();