woocommerce_get_settings_pages

woocommerce_get_settings_pages

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.9.5

apply_filters('woocommerce_get_settings_pages') is found 1 times:

  • /includes/admin/class-wc-admin-settings.php line 67
    					$settings[] = include __DIR__ . '/settings/class-wc-settings-site-visibility.php';
    				}
    				$settings[] = include __DIR__ . '/settings/class-wc-settings-advanced.php';
    
    				self::$settings = apply_filters( 'woocommerce_get_settings_pages', $settings );
    				add_action(
    					'admin_head',
    					function () {
    						if ( function_exists( 'get_current_screen' ) ) {
    							$screen = get_current_screen();
    							if ( 'woocommerce_page_wc-settings' === $screen->id ) {