summaryrefslogtreecommitdiff
blob: 3dcd244c6ec4c5bd6d6c30832af213b83c3ea278 (plain)
1
2
3
4
5
6
7
const APISelectors = {
	getAPIRoot: state => state.API.WP_API_root || null,
	getAPINonce: state => state.API.WP_API_nonce || null,
	getRegistrationNonce: state => state.API.registrationNonce || null,
};

export default APISelectors;