Hide custom meta data
-
The metadata for the javascript files is currently stored as unprotected custom fields, which means that it will show up on web page in all themes that use the_meta().
You should rename the fields to start with underscore ‘_’, so that WP will not print them out, i.e. ‘_gil_js_file_selector_file’ and ‘_gil_js_file_selector_functions’.
- The topic ‘Hide custom meta data’ is closed to new replies.