2013-07-24 12:34:12 +00:00
< ? php
/**
* Add some content to the help tab .
*
2014-11-30 06:52:32 +00:00
* @ author WooThemes
* @ category Admin
* @ package WooCommerce / Admin
2013-07-24 12:34:12 +00:00
* @ version 2.1 . 0
*/
2014-09-20 19:52:30 +00:00
if ( ! defined ( 'ABSPATH' ) ) {
exit ; // Exit if accessed directly
}
2013-07-24 12:34:12 +00:00
if ( ! class_exists ( 'WC_Admin_Help' ) ) :
/**
* WC_Admin_Help Class
*/
class WC_Admin_Help {
/**
* Hook in tabs .
*/
public function __construct () {
add_action ( " current_screen " , array ( $this , 'add_tabs' ), 50 );
}
/**
2014-08-27 20:43:12 +00:00
* Add Contextual help tabs
2013-07-24 12:34:12 +00:00
*/
public function add_tabs () {
$screen = get_current_screen ();
2014-11-30 06:52:32 +00:00
if ( ! in_array ( $screen -> id , wc_get_screen_ids () ) ) {
2013-07-24 12:34:12 +00:00
return ;
2014-11-30 06:52:32 +00:00
}
2013-07-24 12:34:12 +00:00
2015-07-01 14:22:43 +00:00
$video_map = array (
'wc-settings' => array (
'title' => __ ( 'General Settings' , 'woocommerce' ),
'url' => '//fast.wistia.net/embed/iframe/mz2l10u5f6?videoFoam=true'
),
'wc-settings-general' => array (
'title' => __ ( 'General Settings' , 'woocommerce' ),
'url' => '//fast.wistia.net/embed/iframe/mz2l10u5f6?videoFoam=true'
),
'wc-settings-products' => array (
'title' => __ ( 'Product Settings' , 'woocommerce' ),
'url' => '//fast.wistia.net/embed/iframe/lolkan4fxf?videoFoam=true'
),
'wc-settings-tax' => array (
'title' => __ ( 'Tax Settings' , 'woocommerce' ),
'url' => '//fast.wistia.net/embed/iframe/qp1v19dwrh?videoFoam=true'
),
'wc-settings-checkout' => array (
'title' => __ ( 'Checkout Settings' , 'woocommerce' ),
'url' => '//fast.wistia.net/embed/iframe/65yjv96z51?videoFoam=true'
),
'wc-settings-shipping' => array (
'title' => __ ( 'Shipping Settings' , 'woocommerce' ),
'url' => '//fast.wistia.net/embed/iframe/9c9008dxnr?videoFoam=true'
),
'wc-settings-account' => array (
'title' => __ ( 'Account Settings' , 'woocommerce' ),
'url' => '//fast.wistia.net/embed/iframe/35mazq7il2?videoFoam=true'
),
'wc-settings-email' => array (
'title' => __ ( 'Email Settings' , 'woocommerce' ),
'url' => '//fast.wistia.net/embed/iframe/svcaftq4xv?videoFoam=true'
),
2015-07-15 22:19:47 +00:00
'wc-settings-api' => array (
2015-07-01 14:22:43 +00:00
'title' => __ ( 'Webhook Settings' , 'woocommerce' ),
'url' => '//fast.wistia.net/embed/iframe/1q0ny74vvq?videoFoam=true'
),
'wc-settings-checkout-wc_gateway_paypal' => array (
'title' => __ ( 'PayPal Standard' , 'woocommerce' ),
'url' => '//fast.wistia.net/embed/iframe/rbl7e7l4k2?videoFoam=true'
),
'wc-settings-checkout-wc_gateway_simplify_commerce' => array (
'title' => __ ( 'Simplify Commerce' , 'woocommerce' ),
'url' => '//fast.wistia.net/embed/iframe/jdfzjiiw61?videoFoam=true'
),
'wc-settings-shipping' => array (
'title' => __ ( 'Shipping Settings' , 'woocommerce' ),
'url' => '//fast.wistia.net/embed/iframe/9c9008dxnr?videoFoam=true'
),
'wc-settings-shipping-wc_shipping_free_shipping' => array (
'title' => __ ( 'Free Shipping' , 'woocommerce' ),
'url' => '//fast.wistia.net/embed/iframe/po191fmvy9?videoFoam=true'
),
'wc-settings-shipping-wc_shipping_local_delivery' => array (
'title' => __ ( 'Local Delivery' , 'woocommerce' ),
'url' => '//fast.wistia.net/embed/iframe/5qjepx9ozj?videoFoam=true'
),
'wc-settings-shipping-wc_shipping_local_pickup' => array (
'title' => __ ( 'Local Pickup' , 'woocommerce' ),
'url' => '//fast.wistia.net/embed/iframe/pe95ph0apb?videoFoam=true'
),
'edit-product_cat' => array (
'title' => __ ( 'Product Categories, Tags, Shipping Classes, & Attributes' , 'woocommerce' ),
'url' => '//fast.wistia.net/embed/iframe/f0j5gzqigg?videoFoam=true'
),
'edit-product_tag' => array (
'title' => __ ( 'Product Categories, Tags, Shipping Classes, & Attributes' , 'woocommerce' ),
'url' => '//fast.wistia.net/embed/iframe/f0j5gzqigg?videoFoam=true'
),
'edit-product_shipping_class' => array (
'title' => __ ( 'Product Categories, Tags, Shipping Classes, & Attributes' , 'woocommerce' ),
'url' => '//fast.wistia.net/embed/iframe/f0j5gzqigg?videoFoam=true'
),
2015-07-15 22:19:47 +00:00
'product_attributes' => array (
2015-07-01 14:22:43 +00:00
'title' => __ ( 'Product Categories, Tags, Shipping Classes, & Attributes' , 'woocommerce' ),
'url' => '//fast.wistia.net/embed/iframe/f0j5gzqigg?videoFoam=true'
),
'product' => array (
'title' => __ ( 'Simple Products' , 'woocommerce' ),
'url' => '//fast.wistia.net/embed/iframe/ziyjmd4kut?videoFoam=true'
),
'wc-status' => array (
'title' => __ ( 'System Status' , 'woocommerce' ),
'url' => '//fast.wistia.net/embed/iframe/xdn733nnhi?videoFoam=true'
),
'wc-reports' => array (
'title' => __ ( 'Reports' , 'woocommerce' ),
'url' => '//fast.wistia.net/embed/iframe/6aasex0w99?videoFoam=true'
),
'edit-shop_coupon' => array (
'title' => __ ( 'Coupons' , 'woocommerce' ),
'url' => '//fast.wistia.net/embed/iframe/gupd4h8sit?videoFoam=true'
),
'shop_coupon' => array (
'title' => __ ( 'Coupons' , 'woocommerce' ),
'url' => '//fast.wistia.net/embed/iframe/gupd4h8sit?videoFoam=true'
),
'edit-shop_order' => array (
'title' => __ ( 'Managing Orders' , 'woocommerce' ),
'url' => '//fast.wistia.net/embed/iframe/n8n0sa8hee?videoFoam=true'
),
'shop_order' => array (
'title' => __ ( 'Managing Orders' , 'woocommerce' ),
'url' => '//fast.wistia.net/embed/iframe/n8n0sa8hee?videoFoam=true'
)
);
$page = empty ( $_GET [ 'page' ] ) ? '' : sanitize_title ( $_GET [ 'page' ] );
$tab = empty ( $_GET [ 'tab' ] ) ? '' : sanitize_title ( $_GET [ 'tab' ] );
$section = empty ( $_REQUEST [ 'section' ] ) ? '' : sanitize_title ( $_REQUEST [ 'section' ] );
$video_key = $page ? implode ( '-' , array_filter ( array ( $page , $tab , $section ) ) ) : $screen -> id ;
// Fallback for sections
if ( ! isset ( $video_map [ $video_key ] ) ) {
$video_key = $page ? implode ( '-' , array_filter ( array ( $page , $tab ) ) ) : $screen -> id ;
}
// Fallback for tabs
if ( ! isset ( $video_map [ $video_key ] ) ) {
$video_key = $page ? $page : $screen -> id ;
}
if ( isset ( $video_map [ $video_key ] ) ) {
$screen -> add_help_tab ( array (
'id' => 'woocommerce_101_tab' ,
'title' => __ ( 'WooCommerce 101' , 'woocommerce' ),
'content' =>
'<h2><a href="http://docs.woothemes.com/document/woocommerce-101-video-series/?utm_source=WooCommerce&utm_medium=Wizard&utm_content=Videos&utm_campaign=Onboarding">' . __ ( 'WooCommerce 101' , 'woocommerce' ) . '</a> – ' . esc_html ( $video_map [ $video_key ][ 'title' ] ) . '</h2>' .
2015-09-09 10:06:23 +00:00
'<iframe src="' . esc_url ( $video_map [ $video_key ][ 'url' ] ) . '" allowtransparency="true" frameborder="0" scrolling="no" class="wistia_embed" name="wistia_embed" allowfullscreen mozallowfullscreen webkitallowfullscreen oallowfullscreen msallowfullscreen width="480" height="298"></iframe>'
2015-07-01 14:22:43 +00:00
) );
}
2013-07-24 12:34:12 +00:00
$screen -> add_help_tab ( array (
2014-11-30 06:52:32 +00:00
'id' => 'woocommerce_docs_tab' ,
'title' => __ ( 'Documentation' , 'woocommerce' ),
'content' =>
2015-07-01 14:22:43 +00:00
'<h2>' . __ ( 'Documentation' , 'woocommerce' ) . '</h2>' .
'<p>' . __ ( 'Should you need help understanding, using, or extending WooCommerce, please read our documentation. You will find all kinds of resources including snippets, tutorials and much more.' , 'woocommerce' ) . '</p>' .
2014-08-27 20:43:12 +00:00
'<p><a href="' . 'http://docs.woothemes.com/documentation/plugins/woocommerce/' . '" class="button button-primary">' . __ ( 'WooCommerce Documentation' , 'woocommerce' ) . '</a> <a href="' . 'http://docs.woothemes.com/wc-apidocs/' . '" class="button">' . __ ( 'Developer API Docs' , 'woocommerce' ) . '</a></p>'
2013-07-24 12:34:12 +00:00
) );
$screen -> add_help_tab ( array (
2014-11-30 06:52:32 +00:00
'id' => 'woocommerce_support_tab' ,
'title' => __ ( 'Support' , 'woocommerce' ),
'content' =>
2015-07-01 14:22:43 +00:00
'<h2>' . __ ( 'Support' , 'woocommerce' ) . '</h2>' .
'<p>' . sprintf ( __ ( 'After %sreading the documentation%s, for further assistance you can use the %scommunity forums%s on WordPress.org to talk with other users. If however you are a WooThemes customer, or need help with premium add-ons sold by WooThemes, please %suse our helpdesk%s.' , 'woocommerce' ), '<a href="http://docs.woothemes.com/documentation/plugins/woocommerce/">' , '</a>' , '<a href="https://wordpress.org/support/plugin/woocommerce">' , '</a>' , '<a href="http://support.woothemes.com">' , '</a>' ) . '</p>' .
'<p>' . __ ( 'Before asking for help we recommend checking the system status page to identify any problems with your configuration.' , 'woocommerce' ) . '</p>' .
'<p><a href="' . admin_url ( 'admin.php?page=wc-status' ) . '" class="button button-primary">' . __ ( 'System Status' , 'woocommerce' ) . '</a> <a href="' . 'https://wordpress.org/support/plugin/woocommerce' . '" class="button">' . __ ( 'WordPress.org Forums' , 'woocommerce' ) . '</a> <a href="' . 'http://support.woothemes.com' . '" class="button">' . __ ( 'WooThemes Customer Support' , 'woocommerce' ) . '</a></p>'
) );
2013-07-24 12:34:12 +00:00
2015-07-01 14:22:43 +00:00
$screen -> add_help_tab ( array (
'id' => 'woocommerce_education_tab' ,
'title' => __ ( 'Education' , 'woocommerce' ),
'content' =>
'<h2>' . __ ( 'Education' , 'woocommerce' ) . '</h2>' .
'<p>' . __ ( 'If you would like to learn about using WooCommerce from an expert, consider following a WooCommerce course ran by one of our educational partners.' , 'woocommerce' ) . '</p>' .
'<p><a href="' . 'http://www.woothemes.com/educational-partners/?utm_source=WooCommerce&utm_medium=Wizard&utm_content=Partners&utm_campaign=Onboarding' . '" class="button button-primary">' . __ ( 'View Education Partners' , 'woocommerce' ) . '</a></p>'
2013-07-24 12:34:12 +00:00
) );
$screen -> add_help_tab ( array (
2014-11-30 06:52:32 +00:00
'id' => 'woocommerce_bugs_tab' ,
'title' => __ ( 'Found a bug?' , 'woocommerce' ),
'content' =>
2015-07-01 14:22:43 +00:00
'<h2>' . __ ( 'Found a bug?' , 'woocommerce' ) . '</h2>' .
'<p>' . sprintf ( __ ( 'If you find a bug within WooCommerce core you can create a ticket via <a href="%s">Github issues</a>. Ensure you read the <a href="%s">contribution guide</a> prior to submitting your report. To help us solve your issue, please be as descriptive as possible and include your <a href="%s">system status report</a>.' , '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' ) ) . '</p>' .
2015-10-05 22:26:59 +00:00
'<p><a href="' . 'https://github.com/woothemes/woocommerce/issues?state=open' . '" class="button button-primary">' . __ ( 'Report a bug' , 'woocommerce' ) . '</a> <a href="' . admin_url ( 'admin.php?page=wc-status' ) . '" class="button">' . __ ( 'System Status' , 'woocommerce' ) . '</a></p>'
) );
$screen -> add_help_tab ( array (
'id' => 'woocommerce_onboard_tab' ,
'title' => __ ( 'Onboarding Wizard' , 'woocommerce' ),
'content' =>
'<h2>' . __ ( 'Onboarding Wizard' , 'woocommerce' ) . '</h2>' .
'<p>' . __ ( 'If you need to access the onboarding wizard again, please click on the button below.' , 'woocommerce' ) . '</p>' .
'<p><a href="' . admin_url ( 'index.php?page=wc-setup' ) . '" class="button button-primary">' . __ ( 'Onboarding Wizard' , 'woocommerce' ) . '</a></p>'
2013-07-24 12:34:12 +00:00
) );
$screen -> set_help_sidebar (
'<p><strong>' . __ ( 'For more information:' , 'woocommerce' ) . '</strong></p>' .
2014-08-28 08:53:14 +00:00
'<p><a href="' . 'http://www.woothemes.com/woocommerce/' . '" target="_blank">' . __ ( 'About WooCommerce' , 'woocommerce' ) . '</a></p>' .
'<p><a href="' . 'http://wordpress.org/extend/plugins/woocommerce/' . '" target="_blank">' . __ ( 'WordPress.org Project' , 'woocommerce' ) . '</a></p>' .
'<p><a href="' . 'https://github.com/woothemes/woocommerce' . '" target="_blank">' . __ ( 'Github Project' , 'woocommerce' ) . '</a></p>' .
'<p><a href="' . 'http://www.woothemes.com/product-category/themes/woocommerce/' . '" target="_blank">' . __ ( 'Official Themes' , 'woocommerce' ) . '</a></p>' .
'<p><a href="' . 'http://www.woothemes.com/product-category/woocommerce-extensions/' . '" target="_blank">' . __ ( 'Official Extensions' , 'woocommerce' ) . '</a></p>'
2013-07-24 12:34:12 +00:00
);
}
}
endif ;
2014-08-27 20:43:12 +00:00
return new WC_Admin_Help ();