You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function GET_APP_ID_BY_DOMAIN_NAME likely needs to be moved down into the class-wordpress-app.php file. This is because it is a wordpress-app specific function. Other apps do not know anything about a domain name so this function should not really be all the way up in the class hierarchy.
We just need to be careful to search the code base to make sure that we are indeed only using this function in the wordpress app before moving it.
The text was updated successfully, but these errors were encountered:
The function GET_APP_ID_BY_DOMAIN_NAME likely needs to be moved down into the class-wordpress-app.php file. This is because it is a wordpress-app specific function. Other apps do not know anything about a domain name so this function should not really be all the way up in the class hierarchy.
We just need to be careful to search the code base to make sure that we are indeed only using this function in the wordpress app before moving it.
The text was updated successfully, but these errors were encountered: