define('QA_WORDPRESS_INTEGRATE_PATH', '/PATH/TO/WORDPRESS');
How do we write this path installed in the WordPress home directory?
It will change according to the hosting control panel. For example, for CPanel it will be as follows:
define('QA_WORDPRESS_INTEGRATE_PATH', '/home/username/public_html');
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.