Forums
(@plow0171)
2 years ago
Hello,
Thank you for contacting us. The program you gave me worked fine.
It was very helpful because I am not familiar with the program. I appreciate your help.
I want to programmatically delete all posts that match the author’s id. I tried the following code described on the homepage, but only one was deleted.
if (function_exists(‘postExpirator_init’)) { $postId = 258; _unscheduleExpiratorEvent($postId); }
Regards,
Thank you for the useful information. The program you informed me about worked well.
Please also tell me how to remove the expiration date.
I look forward to hearing from you.
2 years, 1 month ago
headに以下を記述し非表示としました。 <?php ini_set(‘display_errors’, 0); ?>
2 years, 2 months ago
I was able to figure things out because you helped me. Thank you.