kpumuk/codecolorer

View on GitHub

Showing 289 of 289 total issues

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

                        <th scope="row"><label for="codecolorer_css_style"><?php _e('Code Example', 'codecolorer') ?>:</label></th>
Severity: Critical
Found in codecolorer-admin.php by phan

Possibly zero references to public method \CodeColorerOptions::sanitizeBoolean()
Open

    public static function sanitizeBoolean($val)
Severity: Minor
Found in codecolorer-options.php by phan

Call to undeclared function \get_option()
Open

        if (get_option('codecolorer_concurrent_notification')) {
Severity: Critical
Found in codecolorer.php by phan

Unused definition of variable $result
Open

        $result = '';
Severity: Minor
Found in codecolorer-core.php by phan

Call to undeclared function \add_filter()
Open

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

Call to method set_overall_style from undeclared class \GeSHi
Open

                $geshi->set_overall_style('white-space:nowrap');
Severity: Critical
Found in codecolorer-core.php by phan

Call to undeclared function \register_setting()
Open

        register_setting('codecolorer', 'codecolorer_css_class', '');
Severity: Critical
Found in codecolorer.php by phan

Call to undeclared function \is_feed()
Open

            if (is_feed()) {
Severity: Critical
Found in codecolorer-core.php by phan

Call to undeclared function \wp_localize_script()
Open

        wp_localize_script(
Severity: Critical
Found in codecolorer.php by phan

Call to undeclared function \is_feed()
Open

            if (is_feed()) {
Severity: Critical
Found in codecolorer-core.php by phan

Call to undeclared function \is_feed()
Open

            $style .= $this->getDimensionRule('width', is_feed() ? $options['rss_width'] : $options['width']);
Severity: Critical
Found in codecolorer-core.php by phan

Call to undeclared function \get_option()
Open

        return wp_strip_all_tags(get_option($name));
Severity: Critical
Found in codecolorer-options.php by phan

Call to undeclared function \add_option()
Open

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

Call to undeclared function \current_user_can()
Open

        if (current_user_can('edit_posts') || current_user_can('edit_pages')) {
Severity: Critical
Found in codecolorer.php by phan

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

    public static function callBeforeProtectComment($content)
Severity: Minor
Found in codecolorer.php by phan

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

            $this->codecolorer->showWarning('language', __('CodeColorer translation is incomplete.', 'codecolorer'), sprintf($msgFormat, $locale, "https://kpumuk.info/projects/wordpress-plugins/codecolorer/#translation"));
Severity: Critical
Found in codecolorer-admin.php by phan

Call to undeclared function \screen_icon()
Open

            <?php screen_icon(); ?>
Severity: Critical
Found in codecolorer-admin.php by phan

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

                            <p class="description"><?php _e('Default code block width in RSS. See Width option description.', 'codecolorer') ?></p>
Severity: Critical
Found in codecolorer-admin.php by phan

Call to undeclared function \get_option()
Open

                            <input name="codecolorer_tab_size" type="number" class="small-text" size="60" id="codecolorer_tab_size" value="<?php echo esc_html(get_option('codecolorer_tab_size')) ?>"/>
Severity: Critical
Found in codecolorer-admin.php by phan

Call to undeclared function \checked()
Open

                                <input name="codecolorer_disable_keyword_linking" type="checkbox" id="codecolorer_disable_keyword_linking" value="1" <?php checked(true, get_option('codecolorer_disable_keyword_linking')); ?> />
Severity: Critical
Found in codecolorer-admin.php by phan
Severity
Category
Status
Source
Language