wpas_default_message filter not working
-
It seems no matter what I try, I cannot change the Publicize default message.
function default_msg() { return 'This is a msg, there are many like it but this one is mine'; } add_filter('wpas_default_message', 'default_msg');
I’ve tried several methods of debugging and I don’t experience any errors, but the
$default_message
class variable remains unchanged.Jetpack is the only plugin I’m currently running. I tried deactivating and reactivating, I also tried clearing my social media connections and reconnecting them, all to no avail.
Please help, I’m pulling my hair out over this!
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘wpas_default_message filter not working’ is closed to new replies.