remove action form theme-header.php
I want to remove this action add_action('wp_head', 'appthemes_version');. I tried to add remove_action in my child functions.php but it doesn't work. I just want to remove this line from the source code - <meta name="version" content="Clipper 1.3" />. Any thoughts?