Viewing 1 replies (of 1 total)
  • Plugin Author Brecht

    (@brechtvds)

    Hi there,

    That documentation is for our WP Recipe Maker plugin, it doesn’t apply to Visual Link Preview.

    Try adding the following code to your theme’s functions.php file to not have it load the CSS for the VLP template:

    function remove_vlp_css() {
    remove_action( 'wp_footer', array( VLP_Template_Manager, 'templates_css' ) );
    }
    add_action

    Kind regards,
    Brecht

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.