Function that displays which is connected
-
Hello,
1. How to integrate a function that displays which is connected at the bottom of the forum?
Add the function in the function.php file of the child theme?2. Or do I have to integrate this code here? What file
[code]
my_function() {
if (admin OR moderator) {
add_resolved_button();
}if (topic == resolved) {
echo 'Resolved!';
}
}resolved_button_handler() {
save_resolved_flag();
}
[/code]Thank you
- The topic ‘Function that displays which is connected’ is closed to new replies.