How to access the functions.php file in wordpress

  • Unknown's avatar

    hi i want to access the functions.php that is supposed to be in theme editor? but i do not have that function and i want to hard code something.

    Im trying to add a webhook but woocommerce says its invalid therefore i want to edit the functions file. Double checked the api url works.

    I don’t have a site with WordPress.com yet

  • Hi there,

    What is the URL of the site you’re working on?

    Traditionally, although it’s possible to code into the functions.php file, it’s not recommended as it could break the theme, or the changes could be wiped out with a theme update.

    There are ways to add to the functions.php with the use of plugins though.

    Hoping this helps so far.

    Many thanks.

  • The topic ‘How to access the functions.php file in wordpress’ is closed to new replies.