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.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
wordpress - header
hyperblast
Member
in Help
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
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
Ahhh, I thought storage location. Yeah I think it would be on wp_options table as arachi told
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