This topic has 1 reply, 2 voices, and was last updated 10 years by Catalin.

  • Author
  • #25426
     cali82
    Participant

    Hello,

    I was just addding some code to my child theme and noticed this part, was this already in the child theme functions? If not I am not even sure what it is for. Please assist.

    Thanks!

    Code:

    add_filter( ‘wsi_placeholder_custom_url’, ‘wsi_my_custom_link’ );

    function wsi_my_custom_link() {

    return Wsi_Queue::shorten_url(site_url());

    }

    #25680
     Catalin
    Moderator

    Hello,

    That is a custom code that alters a plugin you maybe have installed. Normally, the function.ph file from your child theme comes with no custom code added in it.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?