Tag Prefix
-
We are setting tags, for example:
add_action( 'init', 'a' ); function a( $headers ) { LiteSpeed_Cache_API::tag_add( 'roster' ); }
But to flush it:
header( "X-LiteSpeed-Purge: tag=9a41_roster,tag=9a4_roster");
Roster doesn’t actually work, it’s always got a prefix. This worked for a few months but now it’s changed slightly so I had to update it.
– Why is it being prefixed?
– How can I make it flush without having it break down the line and needing to find the new prefix and update the code?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Tag Prefix’ is closed to new replies.