Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #522565

    Hi,
    How can I force child theme in functions.php to load /includes/helper-social-media.php file?

    Thanks
    M

    #523134

    Hi Mariusz!

    Just copy the functions inside the file into your child theme functions.php file and you can edit them there. Whenever a function or class is surrounded in something like this.

    if(!function_exists('avia_social_share_links'))
    {
    
    }

    It means you can copy it to your child theme.

    Best regards,
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.