id, kkart_get_screen_ids() ) ) { return; } $screen->add_help_tab( array( 'id' => 'kkart_support_tab', 'title' => __( 'Help & Support', 'kkart' ), 'content' => '
' . sprintf( /* translators: %s: Documentation URL */ __( 'Should you need help understanding, using, or extending Kkart, please read our documentation. You will find all kinds of resources including snippets, tutorials and much more.', 'kkart' ), 'https://docs.kkart.com/documentation/plugins/kkart/?utm_source=helptab&utm_medium=product&utm_content=docs&utm_campaign=kkartplugin' ) . '
' . '' . sprintf( /* translators: %s: Forum URL */ __( 'For further assistance with Kkart core, use the community forum. For help with premium extensions sold on Kkart.com, open a support request at Kkart.com.', 'kkart' ), 'https://wordpress.org/support/plugin/kkart', 'https://kkart.com/my-account/create-a-ticket/?utm_source=helptab&utm_medium=product&utm_content=tickets&utm_campaign=kkartplugin' ) . '
' . '' . __( 'Before asking for help, we recommend checking the system status page to identify any problems with your configuration.', 'kkart' ) . '
' . '' . __( 'System status', 'kkart' ) . ' ' . __( 'Community forum', 'kkart' ) . ' ' . __( 'Kkart.com support', 'kkart' ) . '
', ) ); $screen->add_help_tab( array( 'id' => 'kkart_bugs_tab', 'title' => __( 'Found a bug?', 'kkart' ), 'content' => '' . sprintf( __( 'If you find a bug within Kkart core you can create a ticket via Github issues. Ensure you read the contribution guide prior to submitting your report. To help us solve your issue, please be as descriptive as possible and include your system status report.', 'kkart' ), 'https://github.com/kkart/kkart/issues?state=open', 'https://github.com/kkart/kkart/blob/master/.github/CONTRIBUTING.md', admin_url( 'admin.php?page=kkart-status' ) ) . '
' . '' . __( 'Report a bug', 'kkart' ) . ' ' . __( 'System status', 'kkart' ) . '
', ) ); $screen->set_help_sidebar( '' . __( 'For more information:', 'kkart' ) . '
' . '' . __( 'About Kkart', 'kkart' ) . '
' . '' . __( 'WordPress.org project', 'kkart' ) . '
' . '' . __( 'Github project', 'kkart' ) . '
' . '' . '' ); } } return new KKART_Admin_Help();