id, wc_get_screen_ids() ) ) return; $screen->add_help_tab( array( 'id' => 'woocommerce_docs_tab', 'title' => __( 'Documentation', 'woocommerce' ), 'content' => '

' . __( 'Thank you for using WooCommerce :) Should you need help using or extending WooCommerce please read the documentation.', 'woocommerce' ) . '

' . '

' . __( 'WooCommerce Documentation', 'woocommerce' ) . ' ' . __( 'Developer API Docs', 'woocommerce' ) . '

' ) ); $screen->add_help_tab( array( 'id' => 'woocommerce_support_tab', 'title' => __( 'Support', 'woocommerce' ), 'content' => '

' . sprintf(__( 'After reading the documentation, for further assistance you can use the community forum, or if you have access as a WooThemes customer, our support desk.', 'woocommerce' ), 'http://docs.woothemes.com/documentation/plugins/woocommerce/', 'http://wordpress.org/support/plugin/woocommerce', 'http://support.woothemes.com' ) . '

' . '

' . __( 'Before asking for help we recommend checking the status page to identify any problems with your configuration.', 'woocommerce' ) . '

' . '

' . __( 'System Status', 'woocommerce' ) . ' ' . __( 'Community Support', 'woocommerce' ) . ' ' . __( 'Customer Support', 'woocommerce' ) . '

' ) ); $screen->add_help_tab( array( 'id' => 'woocommerce_bugs_tab', 'title' => __( 'Found a bug?', 'woocommerce' ), 'content' => '

' . sprintf(__( 'If you find a bug within WooCommerce core you can create a ticket via Github issues. Ensure you read the contribution guide prior to submitting your report. Be as descriptive as possible and please include your system status report.', 'woocommerce' ), 'https://github.com/woothemes/woocommerce/issues?state=open', 'https://github.com/woothemes/woocommerce/blob/master/CONTRIBUTING.md', admin_url( 'admin.php?page=wc-status' ) ) . '

' . '

' . __( 'Report a bug', 'woocommerce' ) . ' ' . __( 'System Status', 'woocommerce' ) . '

' ) ); $screen->set_help_sidebar( '

' . __( 'For more information:', 'woocommerce' ) . '

' . '

' . __( 'About WooCommerce', 'woocommerce' ) . '

' . '

' . __( 'Project on WordPress.org', 'woocommerce' ) . '

' . '

' . __( 'Project on Github', 'woocommerce' ) . '

' . '

' . __( 'Official Extensions', 'woocommerce' ) . '

' . '

' . __( 'Official Themes', 'woocommerce' ) . '

' ); } } endif; return new WC_Admin_Help();