kpumuk/codecolorer

View on GitHub

Showing 289 of 289 total issues

Call to undeclared function \_e() (Did you mean _())
Open

                            <p class="description"><?php _e('These custom CSS classes will be appended to the wrapper HTML element.', 'codecolorer') ?></p>
Severity: Critical
Found in codecolorer-admin.php by phan

Reference to undeclared property \CodeColorerAdmin->codecolorer
Open

                            <?php echo $this->codecolorer->getSampleCodeHighlighted(); ?>
Severity: Minor
Found in codecolorer-admin.php by phan

Call to method set_source from undeclared class \GeSHi
Open

        $geshi->set_source($content);
Severity: Critical
Found in codecolorer-core.php by phan

Call to method set_overall_class from undeclared class \GeSHi
Open

        $geshi->set_overall_class('codecolorer');
Severity: Critical
Found in codecolorer-core.php by phan

Call to method enable_classes from undeclared class \GeSHi
Open

            $geshi->enable_classes(false);
Severity: Critical
Found in codecolorer-core.php by phan

Call to undeclared function \add_option()
Open

        add_option('codecolorer_css_style', '');
Severity: Critical
Found in codecolorer.php by phan

Call to undeclared function \add_filter()
Open

        add_filter('comment_text', array('CodeColorerLoader', 'callAfterHighlightCodeBlock'), 1000);
Severity: Critical
Found in codecolorer.php by phan

Possibly zero references to public method \CodeColorerLoader::adminInit()
Open

    public static function adminInit()
Severity: Minor
Found in codecolorer.php by phan

Call to undeclared function \register_setting()
Open

        register_setting('codecolorer', 'codecolorer_theme', '');
Severity: Critical
Found in codecolorer.php by phan
Severity
Category
Status
Source
Language