}
// Add a new tab to the Settings menu
function add_custom_settings_tab() {
add_options_page(
'Stripe Secret key', // Page title
'Stripe Secret key', // Menu title
'manage_options', // Capability
'stripe-secrect-settings', // Menu slug
'render_custom_settings_page' // Callback function to render the settings page
);
add_options_page(
'Refund Policy', // Page title
'Stripe Refund Policy', // Menu title
'manage_options', // Capability
'stripe-refund-settings', // Menu slug
'render_stripe_refund_page' // Callback function to render the settings page
);
}
add_action('admin_menu', 'add_custom_settings_tab');
// Render the content for the Stripe Secret key page
function render_custom_settings_page() {
?>
Stripe Secret key
Do you have any questions? No worries, we will be happy to call you and explain everything to you at your leisure. Simply fill out the form below.