- Prevent the Cart, checkout and my account page from being set to the same page.

This commit is contained in:
parmarhardip 2019-04-24 17:31:20 +05:30
parent 2122a84d8b
commit 4c90f566bb
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ class WC_Settings_Advanced extends WC_Settings_Page {
'default' => '',
'class' => 'wc-enhanced-select-nostd',
'css' => 'min-width:300px;',
'args' => array( 'exclude' => array( wc_get_page_id( 'checkout' ), wc_get_page_id( 'myaccount' ) ) ),
'desc_tip' => true,
),