| Current Path : /home/dtconseimw/www.2025.hack/wp-content/plugins/give/blocks/utils/ |
| Current File : /home/dtconseimw/www.2025.hack/wp-content/plugins/give/blocks/utils/index.js |
/**
* getSiteUrl from API root
* @returns {string} siteurl
*/
export function getSiteUrl() {
return wpApiSettings.root.replace( '/wp-json/', '' );
}