showing error affter updating wordpress

  • Unknown's avatar

    public static function output_footer_assets() { if ( ! empty( self::$used_svg_filter_data ) ) { echo self::get_svg_definitions( self::$used_svg_filter_data ); } // In block themes, the CSS is added in the head via wp_add_inline_style in the wp_enqueue_scripts action. if ( ! wp_is_block_theme() ) { $style_tag_id = ‘core-block-supports-duotone’; wp_register_style( $style_tag_id, false ); if ( ! empty( self::$used_global_styles_presets ) ) { wp_add_inline_style( $style_tag_id, self::get_global_styles_presets( self::$used_global_styles_presets ) ); } if ( ! empty( self::$block_css_declarations ) ) { wp_add_inline_style( $style_tag_id, wp_style_engine_get_stylesheet_from_css_rules( self::$block_css_declarations ) ); } wp_enqueue_style( $style_tag_id ); } }
    Fatal error: Cannot redeclare wp_queue_comments_for_comment_meta_lazyload() (previously declared in /home/vol15_8/infinityfree.com/if0_34689642/htdocs/wp-includes/comment.php:520) in /home/vol15_8/infinityfree.com/if0_34689642/htdocs/wp-includes/deprecated.php on line 4647

    Notice: Function is_embed was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in /home/vol15_8/infinityfree.com/if0_34689642/htdocs/wp-includes/functions.php on line 5905

    Notice: Function is_search was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in /home/vol15_8/infinityfree.com/if0_34689642/htdocs/wp-includes/functions.php on line 5905

    WP.com: Yes
    Jetpack: No
    Correct account: Yes

    The blog I need help with is: (visible only to logged in users)

  • Hi,

    It looks like your site is using the open-source WordPress software (from WordPress.org) but is hosted with another webhost.

    We’re only able to provide support for WordPress websites that are hosted by us here at WordPress.com. For help with a WordPress site hosted elsewhere you’ll need to ask over at the WordPress.org forums:

    https://wordpress.org/support/forums/

    Depending on the level of support that is included with your hosting plan, your webhost’s support team may also be able to assist.

    If you want to know more about the differences between WordPress.com and the open-source WordPress software you can read this article:

    WordPress.com vs. WordPress.org

    However…

    Allow me to use this opportunity to say that if you WERE hosted here at WordPress.com, you would have access to 24/7 WordPress specific assistance from a world-class support team (as well as automated backups, updates, and security protection) and we could likely get this sorted out for you.

    https://wordpress.com/pricing/

    We have a guide to help move your site to WordPress.com here and our support team can also assist:

    https://wordpress.com/support/moving-from-self-hosted-wordpress-to-wordpress-com/

    Please let us know if you have any questions about WordPress.com, our plans, or our features.

  • The topic ‘showing error affter updating wordpress’ is closed to new replies.