%s' , admin_url( 'admin.php?page=woocommerce_delivery_notes' ) , __( 'Go to the settings page', 'woocommerce-delivery-notes' ) , __( 'Settings', 'woocommerce-delivery-notes' ) ); array_unshift( $links, $ddw_wcdn_settings_link ); return $links; } /** * Load admin help tabs and support links on plugins listing page * * @since 1.0 */ require_once 'wcdn-help.php'; /** * Load the main plugin classes and functions * * @since 1.0 */ require_once 'wcdn-classes.php'; /** * Create an admin instance * * @since 1.0 */ $wcdn_admin = new WooCommerce_Delivery_Notes_Admin();