Introduction
The gravityflow_site_cookie_path can be used to set the cookie path of the token.
Parameters
$path string
Example 1
add_filter( 'gravityflow_site_cookie_path', function( $path ) {
return '/';
});
Placement
This code should be placed in the functions.php file of your active theme.