Adding Saburly Headless WP theme inspired by postlights serverless solution
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Placeholder function for determining the frontend origin.
|
||||
*
|
||||
* @TODO Determine the headless client's URL based on the current environment.
|
||||
*
|
||||
* @return str Frontend origin URL, i.e., http://localhost:3000.
|
||||
*/
|
||||
function get_frontend_origin() {
|
||||
return 'http://localhost:3000';
|
||||
}
|
||||
Reference in New Issue
Block a user