FrankM1 / video-central

The ultimate video manager for WordPress

Home Page:https://wordpress.org/plugins/video-central/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP debug statements found - in includes/videos/template.php, line 755

FrankM1 opened this issue · comments

in includes/videos/template.php, line 755

var_export() should only be used for debug, and not committed to the source code repository.

        $content = get_post_meta($video_id, '_video_central_description', true );

        $args = array();

        var_export($video_id);

        /**
         * Filter the string in the "more" link displayed after a trimmed excerpt.
         *
         * @param string $more_string The string shown within the more link.