Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi wenetwork are you requesting that feature to be added in a future release?

    Thread Starter wenetwork

    (@wenetwork)

    I would not call it request, since you created a powerful extension and offer it for free. It’s more like a feedback/suggestion ??

    Since I can offer a bit of protection viewing the source code of the page by disabling mouse click + copy, those features are not that important right now. But I bet some site builders would like to hide some markup in the sourcecode of the site and it would make your plugin even more powerful or feature rich.

    Take care…

    Thread Starter wenetwork

    (@wenetwork)

    I know some site builders added 100 lines of free space before the site source code in former times and disabled scrolling. Just to prevent people from viewing the source code. Not sure if this practice will effect performance, but it worked.

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, thank you and sorry for misunderstanding you.

    One of the plugin developers will look into your suggestion which makes sense.

    Once again thank you for using this great plugin ??

    Enjoy

    Put this code in function.php – it will remove VC meta tags

    add_action(‘init’, ‘myoverride’, 100);
    function myoverride() {
    remove_action(‘wp_head’, array(visual_composer(), ‘addMetaData’));
    }

    Works perfectly ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WP Meta Info’ is closed to new replies.