woocommerce_settings_tabs_array, array(

woocommerce_settings_tabs_array, array(

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_settings_tabs_array, array(') is found 2 times:

  • /includes/admin/class-wc-admin-settings.php line 197
    				)
    			);
    
    			// Get tabs for the settings page.
    			$tabs = apply_filters( 'woocommerce_settings_tabs_array', array() );
    
    			include __DIR__ . '/views/html-admin-settings.php';
    		}
    
    		/**
    		 * Get a setting from the settings API.
    
  • /includes/react-admin/connect-existing-pages.php line 36
    			'tabs'  => $report_tabs,
    		),
    		'wc-settings' => array(
    			'title' => __( 'Settings', 'woocommerce' ),
    			'tabs'  => apply_filters( 'woocommerce_settings_tabs_array', array() ), // phpcs:ignore WooCommerce.Commenting.CommentHooks.MissingHookComment
    		),
    		'wc-status'   => array(
    			'title' => __( 'Status', 'woocommerce' ),
    			// phpcs:ignore WooCommerce.Commenting.CommentHooks.MissingHookComment
    			'tabs'  => apply_filters(
    				'woocommerce_admin_status_tabs',