• Resolved kingteamdunet

    (@kingteamdunet)


    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

Viewing 15 replies - 1 through 15 (of 23 total)
Viewing 15 replies - 1 through 15 (of 23 total)
  • The topic ‘Function that displays which is connected’ is closed to new replies.