• I want to use Codestyling Localization with Advanced Custom Fields. In my php file I have the following: _e(get_field(‘mc_title’),’twentytwelve’); which shows fine the text which is retrieved by get_field() function but its text is not found when I rescan the theme to find new strings. If the format is _e(‘not a function’,’twentytwelve’) then Localization finds the text without problem. Any solution?

    http://wordpress.org/plugins/codestyling-localization/

  • The topic ‘It doesn't find the string if the first parameter of e_() is function’ is closed to new replies.