HEX
Server: Apache
System: Linux webm020.cluster127.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: bohousj (181416)
PHP: 8.4.22
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/b/o/h/bohousj/www/wp-content/plugins/woocommerce-stock-manager/admin/assets/src/store/app.js
export const APP_REDUCER_NAME = 'app';

export const appReducer = (state = {}) => state;

export const getAppState = (state) => state[APP_REDUCER_NAME];

export const getTextDomain = (state) => getAppState(state).textDomain;

export const getAdminUrl = (state) => getAppState(state).adminUrl;

export const getPerPage = (state) => getAppState(state).perPage;

export const getLowStockThreshold = (state) => getAppState(state).lowStockThreshold;