In search of a lost text string (or variable)
-
I inherited a site with a custom theme based on Underscores. The client wants me to change the text in the main headline in the header on ea page. I can’t find that text anywhere in Customize, or the database, or any of the files; PHP, JS, JSON, CSS. The original developer did a lot of his work with the ACF Pro plugin, where I think the headline was defined, but I can’t find this in any of the plugin files either.
The closest I can get are the lines in header.php where this is called…
// Make db calls $header_title = get_field('header_title', $post->ID); // Check and set default $header_title = ($header_title) ? $header_title : get_field('header_title', $frontpage);
Any tips?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘In search of a lost text string (or variable)’ is closed to new replies.