Skip to content

Commit

Permalink
Adding checkout page message.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhogg committed Sep 23, 2024
1 parent f4aa056 commit add8aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/admin/settings/class.llms.settings.checkout.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ private function get_settings_default() {

array(
'title' => __( 'Checkout Page', 'lifterlms' ),
'desc' => __( 'Page used for displaying the checkout form.', 'lifterlms' ),
'desc' => __( 'Page used for displaying the checkout form.', 'lifterlms' ) . ' ' . sprintf( __( 'Requires the %1$s[lifterlms_checkout]%2$s shortcode or the "Checkout" block.', 'lifterlms' ), '<code>', '</code>' ),
'id' => 'lifterlms_checkout_page_id',
'type' => 'select',
'default' => '',
Expand Down

0 comments on commit add8aab

Please sign in to comment.