The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Add filter for $fil...
 
Share:
Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

Suggestion Add filter for $fileName in getCommentsCacheFileinfo

3 Posts
2 Users
0 Reactions
802 Views
Posts: 1
Topic starter
(@mbedzinski)
New Member
Joined: 3 years ago

Hello, I have changed comments args thats querying comments 

add_filter("wpdiscuz_comments_args", function ($args) use ($profile){
$args[ 'meta_key' ] = 'xxx';
$args[ 'meta_value' ] = $profile->id;
$args[ 'wpdType' ] = $profile->id; // need to add this to get correct cached results

return $args;
});

I get correct results but is geting cached without my custom args. Problem is cache (its file name) which dont support any custom args. 

$fileName = md5(implode(",", $commentsArgs["user_roles"]) . $commentsArgs["wpdType"] . $commentsArgs["last_parent_id"] . $commentsArgs["page"] . $commentsArgs["order"] . $commentsArgs["orderby"]) . "_" . $commentsArgs["last_parent_id"];

I need to modify cached file name that i get results with my custom args (meta_key, meta_value)

My temporary fix is adding something specific ($profile->id) to $args['wpdType'] but i dont exactly know what side effect I can get.

 

Please add filter for $filename variable 🙂

2 Replies
Asti
Posts: 8075
 Asti
Support
(@asti)
Illustrious Member
Joined: 8 years ago

Hi

I'm going to ask the developers about this request. I'll update the topic once I get news for you.

Reply
1 Reply
Asti
 Asti
Support
(@asti)
Joined: 8 years ago

Illustrious Member
Posts: 8075

The hook will be added in future versions. 

Reply
Share: