Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

wordpress - header

i need help to find out where this value "uwc_logo_header" is actually stored.... I can not get any further

Comments

  • Its not in main public directory? Looks to me that it corresponds to:

    https://domain.com/uwc_logo_header.jpg or .png

    By default I think it's that way

  • hyperblasthyperblast Member
    edited August 2023

    thanks. i know the value itself, i just want to know where it is inside all the wordpress configuration files.

    it is hard coded somewhere and i need to remove this "2010" entry

  • because it's get_option, it will be stored in wp_options table with option_value uwc_logo_header

    Thanked by 1hyperblast
  • @hyperblast said:
    thanks. i know the value itself, i just want to know where it is inside all the wordpress configuration files.



    it is hard coded somewhere and i need to remove this "2010" entry

    Ahhh, I thought storage location. Yeah I think it would be on wp_options table as arachi told :)

    Thanked by 1hyperblast
  • aha! so its not in config files somewhere its in the wordpress database?!

  • @hyperblast said:
    aha! so its not in config files somewhere its in the wordpress database?!

    it;s custom options from theme. I don't know for sure where the location of the input form to change it. But you can change it manually from the database.

  • thank you @hyena56 and @arachi004

Sign In or Register to comment.