• The description text contains some flaws.

    “To configure the SameSite flag value, edit your WordPress configuration file (wp-config.php), and add the following lines right above”

    These lines are not properly formatted. The problem is that the quotes are the wrong ones, these are not accepted by php.

    
    /** Set up WordPress vars and included files. */
    
    define( 'WP_SAMESITE_COOKIE', 'Lax' ); // Pick from 'Lax', 'Strict', or 'None'.
    
    • This topic was modified 4 years, 10 months ago by johnxba.

The topic ‘Description contains bad example’ is closed to new replies.