Remove dlm-version meta tag
-
Hi there!
Is there a way to remove the dlm-version meta tag in the HTML head please?
I.e.
<meta name="dlm-version" content="4.7.78">
When I look into the plugin’s code, I can only find the following:
// Add meta tags to head for DLM Version add_action( 'wp_head', function () { echo '<meta name="dlm-version" content="' . esc_attr( DLM_VERSION ) . '">'; }, 1 );
However, I can’t find a filter to remove it with the
remove_action
filter.What’s the point of printing the plugin’s version in the source code anyway?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Remove dlm-version meta tag’ is closed to new replies.