woocommerce_settings_pages

woocommerce_settings_pages

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_settings_pages') is found 1 times:

  • /includes/admin/settings/class-wc-settings-advanced.php line 315
    					'id'   => 'account_endpoint_options',
    				),
    			);
    
    		$settings = apply_filters( 'woocommerce_settings_pages', $settings );
    
    		if ( wc_site_is_https() ) {
    			unset( $settings['unforce_ssl_checkout'], $settings['force_ssl_checkout'] );
    		}
    
    		return $settings;
    

See this hook used in plugins: