• Resolved qnkov

    (@qnkov)


    I’m using 2.5.0 ver of UM. And because my site is running slow with UM activated, i’m using additional code from github to fix that in function.php of my theme.

    if ( function_exists( 'UM' ) ) {
    remove_action( 'pre_get_posts', array( UM()->access(), 'exclude_posts' ), 99 );
    remove_filter( 'get_next_post_where', array( UM()->access(), 'exclude_navigation_posts' ), 99 );
    remove_filter( 'get_previous_post_where', array( UM()->access(), 'exclude_navigation_posts' ), 99 );
    remove_filter( 'widget_posts_args', array( UM()->access(), 'exclude_restricted_posts_widget' ), 99 );
    remove_filter( 'wp_count_posts', array( UM()->access(), 'custom_count_posts_handler' ), 99 );
    remove_filter( 'getarchives_where', array( UM()->access(), 'exclude_restricted_posts_archives_widget' ), 99 );
    remove_action( 'pre_get_terms', array( UM()->access(), 'exclude_hidden_terms_query' ), 99 );
    remove_action( 'pre_get_comments', array( UM()->access(), 'exclude_posts_comments' ), 99 );
    remove_filter( 'comment_feed_where', array( UM()->access(), 'exclude_posts_comments_feed' ), 99 );
    remove_filter( 'wp_count_comments', array( UM()->access(), 'custom_comments_count_handler' ), 99 );
    remove_filter( 'get_comments_number', array( UM()->access(), 'disable_comments_open_number' ), 99 );
    remove_filter( 'the_title', array( UM()->access(), 'filter_restricted_post_title' ), 10 );
    }

    But today i’ve tried the new version without that code in function.php. My site with Chrome was still a bit slow, and with Opera i couldn’t even open my site. Giving me those errors:

    https://prnt.sc/mM3h80xnkK6V

    https://prnt.sc/7TlJVG7MaXwY

    Can we expect fix on those problems? I remember UM slowing my site since 2021 year.

    • This topic was modified 1 year, 1 month ago by qnkov.
    • This topic was modified 1 year, 1 month ago by qnkov.
    • This topic was modified 1 year, 1 month ago by qnkov.
Viewing 15 replies - 1 through 15 (of 24 total)
  • missveronica

    (@missveronicatv)

    @qnkov

    Which version of WordPress are you using for this site?

    Thread Starter qnkov

    (@qnkov)

    @missveronicatv

    Right now 6.0.2. I have this UM slow thing for 2 years now. No matter the UM version or the wordpress.

    • This reply was modified 1 year, 1 month ago by qnkov.
    missveronica

    (@missveronicatv)

    @qnkov

    Enable PHP error logging, read this guide: “How to enable debug logging”

    https://docs.ultimatemember.com/article/1751-enable-debug-logging

    You will probably get a PHP log file with notices and errors in /wp-content/debug.log when you get the error message about “Fatal Error” and the limit of allowed memory size.

    Post the content of this file here in the Forum ( use CODE formatting ) and we can give you a PHP error explanation.

    Thread Starter qnkov

    (@qnkov)

    @missveronicatv

    First, i have removed the snipped code in my function.php’s theme from first post. The newer version of UM. Site is running slow in Chrome, in Opera i cannot even opent it. The errors below are for for like 5 minutes debugging. And file is going bigger and bigger with time. Once i add the code from my first post back in function.php’s theme, Chrome and Opera are working fine, wihtout any problem. Site is running normally, not fast, but still better.

    [14-Mar-2023 17:06:35 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-content/plugins/ultimate-member/includes/class-config.php on line 186
    [14-Mar-2023 17:06:44 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/pomo/translations.php on line 100
    [14-Mar-2023 17:06:46 UTC] PHP Notice:  Функцията wpdb::prepare е извикана <strong>погрешно</strong>. Аргументът на wpdb::prepare() трябва да има подсказка. За повече информация вижте <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a>. (Това съобщение беше добавено във версия 3.9.0.) in /home/anisubs/public_html/otakubg/wp-includes/functions.php on line 5831
    [14-Mar-2023 17:06:46 UTC] PHP Notice:  Функцията wpdb::prepare е извикана <strong>погрешно</strong>. Аргументът на wpdb::prepare() трябва да има подсказка. За повече информация вижте <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a>. (Това съобщение беше добавено във версия 3.9.0.) in /home/anisubs/public_html/otakubg/wp-includes/functions.php on line 5831
    [14-Mar-2023 17:06:50 UTC] PHP Notice:  Функцията wpdb::prepare е извикана <strong>погрешно</strong>. Аргументът на wpdb::prepare() трябва да има подсказка. За повече информация вижте <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a>. (Това съобщение беше добавено във версия 3.9.0.) in /home/anisubs/public_html/otakubg/wp-includes/functions.php on line 5831
    [14-Mar-2023 17:06:50 UTC] PHP Notice:  Функцията wpdb::prepare е извикана <strong>погрешно</strong>. Аргументът на wpdb::prepare() трябва да има подсказка. За повече информация вижте <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a>. (Това съобщение беше добавено във версия 3.9.0.) in /home/anisubs/public_html/otakubg/wp-includes/functions.php on line 5831
    [14-Mar-2023 17:06:58 UTC] PHP Notice:  Функцията wpdb::prepare е извикана <strong>погрешно</strong>. Аргументът на wpdb::prepare() трябва да има подсказка. За повече информация вижте <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a>. (Това съобщение беше добавено във версия 3.9.0.) in /home/anisubs/public_html/otakubg/wp-includes/functions.php on line 5831
    [14-Mar-2023 17:06:58 UTC] PHP Notice:  Функцията wpdb::prepare е извикана <strong>погрешно</strong>. Аргументът на wpdb::prepare() трябва да има подсказка. За повече информация вижте <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a>. (Това съобщение беше добавено във версия 3.9.0.) in /home/anisubs/public_html/otakubg/wp-includes/functions.php on line 5831
    [14-Mar-2023 17:06:58 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/pomo/translations.php on line 100
    [14-Mar-2023 17:07:08 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/class-wp-query.php on line 584
    [14-Mar-2023 17:07:16 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/class-wp-query.php on line 3063
    [14-Mar-2023 17:07:17 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php on line 291
    [14-Mar-2023 17:07:45 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/functions.php on line 4801
    [14-Mar-2023 17:07:48 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/wp-db.php on line 2135
    [14-Mar-2023 17:07:50 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-content/plugins/um-friends/includes/core/filters/um-friends-settings.php on line 72
    [14-Mar-2023 17:08:01 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/functions.php on line 4801
    [14-Mar-2023 17:08:04 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/wp-db.php on line 2246
    [14-Mar-2023 17:08:04 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/class-wp-fatal-error-handler.php on line 73
    [14-Mar-2023 17:08:04 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 32768 bytes) in /home/anisubs/public_html/otakubg/wp-content/plugins/w3-total-cache/Util_Content.php on line 1
    [14-Mar-2023 17:08:11 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/functions.php on line 4801
    [14-Mar-2023 17:08:18 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-content/themes/animestream/functions.php on line 358
    [14-Mar-2023 17:08:30 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/pomo/translations.php on line 100
    [14-Mar-2023 17:08:48 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/wp-db.php on line 2135
    [14-Mar-2023 17:09:07 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-content/plugins/ultimate-member/includes/class-config.php on line 186
    [14-Mar-2023 17:09:18 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 262144 bytes) in /home/anisubs/public_html/otakubg/wp-includes/plugin.php on line 961
    [14-Mar-2023 17:09:18 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 262144 bytes) in Unknown on line 0
    [14-Mar-2023 17:09:18 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 262144 bytes) in Unknown on line 0
    [14-Mar-2023 17:09:34 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/class-wp-query.php on line 584
    [14-Mar-2023 17:09:58 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/pomo/translations.php on line 100
    [14-Mar-2023 17:10:14 UTC] PHP Notice:  Функцията wpdb::prepare е извикана <strong>погрешно</strong>. Аргументът на wpdb::prepare() трябва да има подсказка. За повече информация вижте <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a>. (Това съобщение беше добавено във версия 3.9.0.) in /home/anisubs/public_html/otakubg/wp-includes/functions.php on line 5831
    [14-Mar-2023 17:10:15 UTC] PHP Notice:  Функцията wpdb::prepare е извикана <strong>погрешно</strong>. Аргументът на wpdb::prepare() трябва да има подсказка. За повече информация вижте <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a>. (Това съобщение беше добавено във версия 3.9.0.) in /home/anisubs/public_html/otakubg/wp-includes/functions.php on line 5831
    [14-Mar-2023 17:10:17 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/functions.php on line 4801
    [14-Mar-2023 17:10:18 UTC] PHP Notice:  Функцията wpdb::prepare е извикана <strong>погрешно</strong>. Аргументът на wpdb::prepare() трябва да има подсказка. За повече информация вижте <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a>. (Това съобщение беше добавено във версия 3.9.0.) in /home/anisubs/public_html/otakubg/wp-includes/functions.php on line 5831
    [14-Mar-2023 17:10:18 UTC] PHP Notice:  Функцията wpdb::prepare е извикана <strong>погрешно</strong>. Аргументът на wpdb::prepare() трябва да има подсказка. За повече информация вижте <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a>. (Това съобщение беше добавено във версия 3.9.0.) in /home/anisubs/public_html/otakubg/wp-includes/functions.php on line 5831
    [14-Mar-2023 17:10:23 UTC] PHP Notice:  Функцията wpdb::prepare е извикана <strong>погрешно</strong>. Аргументът на wpdb::prepare() трябва да има подсказка. За повече информация вижте <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a>. (Това съобщение беше добавено във версия 3.9.0.) in /home/anisubs/public_html/otakubg/wp-includes/functions.php on line 5831
    [14-Mar-2023 17:10:23 UTC] PHP Notice:  Функцията wpdb::prepare е извикана <strong>погрешно</strong>. Аргументът на wpdb::prepare() трябва да има подсказка. За повече информация вижте <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a>. (Това съобщение беше добавено във версия 3.9.0.) in /home/anisubs/public_html/otakubg/wp-includes/functions.php on line 5831
    [14-Mar-2023 17:10:24 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/pomo/translations.php on line 100
    [14-Mar-2023 17:10:42 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/pomo/translations.php on line 100
    [14-Mar-2023 17:11:11 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/pomo/translations.php on line 100
    [14-Mar-2023 17:11:18 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php on line 300
    [14-Mar-2023 17:11:18 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/class-wp-fatal-error-handler.php on line 73
    [14-Mar-2023 17:11:31 UTC] PHP Notice:  Функцията wpdb::prepare е извикана <strong>погрешно</strong>. Аргументът на wpdb::prepare() трябва да има подсказка. За повече информация вижте <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a>. (Това съобщение беше добавено във версия 3.9.0.) in /home/anisubs/public_html/otakubg/wp-includes/functions.php on line 5831
    [14-Mar-2023 17:11:31 UTC] PHP Notice:  Функцията wpdb::prepare е извикана <strong>погрешно</strong>. Аргументът на wpdb::prepare() трябва да има подсказка. За повече информация вижте <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a>. (Това съобщение беше добавено във версия 3.9.0.) in /home/anisubs/public_html/otakubg/wp-includes/functions.php on line 5831
    [14-Mar-2023 17:11:40 UTC] PHP Notice:  Функцията wpdb::prepare е извикана <strong>погрешно</strong>. Аргументът на wpdb::prepare() трябва да има подсказка. За повече информация вижте <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a>. (Това съобщение беше добавено във версия 3.9.0.) in /home/anisubs/public_html/otakubg/wp-includes/functions.php on line 5831
    [14-Mar-2023 17:11:40 UTC] PHP Notice:  Функцията wpdb::prepare е извикана <strong>погрешно</strong>. Аргументът на wpdb::prepare() трябва да има подсказка. За повече информация вижте <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a>. (Това съобщение беше добавено във версия 3.9.0.) in /home/anisubs/public_html/otakubg/wp-includes/functions.php on line 5831
    [14-Mar-2023 17:11:46 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/wp-db.php on line 2135
    [14-Mar-2023 17:12:01 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/pomo/translations.php on line 100
    [14-Mar-2023 17:12:05 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php on line 291
    [14-Mar-2023 17:12:05 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/class-wp-fatal-error-handler.php on line 73

    • This reply was modified 1 year, 1 month ago by qnkov.
    • This reply was modified 1 year, 1 month ago by qnkov.
    missveronica

    (@missveronicatv)

    @qnkov

    Thanks for your debug.log content.
    WP is giving several notices about a plugin doing incorrect calls.

    To get a trace to the plugin with incorrect calls you can try this code snippet.

    The code snippet will write a trace each time there is a bad call to wpdb::prepare().
    Listing of the trace file you can do with a browser from .../wp-content/um_trace_log.html

    add_action( 'doing_it_wrong_run', 'doing_it_wrong_run_um_trace_log', 10, 3 );
    
    function doing_it_wrong_run_um_trace_log( $function, $message, $version ) {
    
        global $current_user;
    
        $trace = '<div>' . date_i18n( 'Y-m-d H:i:s ', current_time( 'timestamp' )) . '</div>';
        if ( isset( $current_user->ID )) $trace .= '<div>current user ID: ' . $current_user->ID . '</div>';
        $e = new \Exception;
        $trace .= '<div><pre>' . $e->getTraceAsString() . '</pre><div>';
        file_put_contents( WP_CONTENT_DIR . '/um_trace_log.html', $trace, FILE_APPEND );
    }

    Install the code snippet to your active theme’s functions.php file
    or use the “Code Snippets” plugin.

    https://wordpress.org/plugins/code-snippets/

    Thread Starter qnkov

    (@qnkov)

    @missveronicatv

    This is the logfile from ur snipped code for 5 minutes. Yesterday it was 10mbs. Something is going terrible wrong if i remove the snipped code from my first post. I dunno what to do. Does upgrading wordpress to the newer version gonna fix anything?

    <div>2023-03-16 16:12:26 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/wp-db.php(1410): _doing_it_wrong('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(124): wpdb->prepare('SELECT id, `t...')
    #6 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(170): cnss_get_all_icons()
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): cnss_social_profile_links_fn('')
    #8 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #10 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(3042): do_action('wp_head')
    #11 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/header.php(10): wp_head()
    #12 /home/anisubs/public_html/otakubg/wp-includes/template.php(770): require_once('/home/anisubs/p...')
    #13 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', true, Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(48): locate_template(Array, true, true, Array)
    #15 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/page.php(1): get_header()
    #16 /home/anisubs/public_html/otakubg/wp-includes/template-loader.php(106): include('/home/anisubs/p...')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(19): require_once('/home/anisubs/p...')
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:12:26 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/wp-db.php(1410): _doing_it_wrong('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(1255): wpdb->prepare('SELECT * FROM `...')
    #6 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/footer-az.php(12): cn_social_icon(Array)
    #7 /home/anisubs/public_html/otakubg/wp-includes/template.php(772): require('/home/anisubs/p...')
    #8 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', false, Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(204): locate_template(Array, true, false, Array)
    #10 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/template-parts/footer/footer-1.php(5): get_template_part('footer-az')
    #11 /home/anisubs/public_html/otakubg/wp-includes/template.php(772): require('/home/anisubs/p...')
    #12 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', false, Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(204): locate_template(Array, true, false, Array)
    #14 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/footer.php(9): get_template_part('template-parts/...', '1')
    #15 /home/anisubs/public_html/otakubg/wp-includes/template.php(770): require_once('/home/anisubs/p...')
    #16 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', true, Array)
    #17 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(92): locate_template(Array, true, true, Array)
    #18 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/page.php(24): get_footer()
    #19 /home/anisubs/public_html/otakubg/wp-includes/template-loader.php(106): include('/home/anisubs/p...')
    #20 /home/anisubs/public_html/otakubg/wp-blog-header.php(19): require_once('/home/anisubs/p...')
    #21 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #22 {main}</pre><div><div>2023-03-16 16:12:29 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(39): register_rest_route('share-logins/v3', '/login', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:12:29 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(43): register_rest_route('share-logins/v3', '/logout', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:12:29 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(47): register_rest_route('share-logins/v3', '/validate', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:12:40 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/wp-db.php(1410): _doing_it_wrong('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(124): wpdb->prepare('SELECT id, `t...')
    #6 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(170): cnss_get_all_icons()
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): cnss_social_profile_links_fn('')
    #8 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #10 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(3042): do_action('wp_head')
    #11 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/header.php(10): wp_head()
    #12 /home/anisubs/public_html/otakubg/wp-includes/template.php(770): require_once('/home/anisubs/p...')
    #13 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', true, Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(48): locate_template(Array, true, true, Array)
    #15 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/single-anime.php(3): get_header()
    #16 /home/anisubs/public_html/otakubg/wp-includes/template-loader.php(106): include('/home/anisubs/p...')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(19): require_once('/home/anisubs/p...')
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:12:40 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/wp-db.php(1410): _doing_it_wrong('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(1255): wpdb->prepare('SELECT * FROM `...')
    #6 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/footer-az.php(12): cn_social_icon(Array)
    #7 /home/anisubs/public_html/otakubg/wp-includes/template.php(772): require('/home/anisubs/p...')
    #8 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', false, Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(204): locate_template(Array, true, false, Array)
    #10 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/template-parts/footer/footer-1.php(5): get_template_part('footer-az')
    #11 /home/anisubs/public_html/otakubg/wp-includes/template.php(772): require('/home/anisubs/p...')
    #12 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', false, Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(204): locate_template(Array, true, false, Array)
    #14 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/footer.php(9): get_template_part('template-parts/...', '1')
    #15 /home/anisubs/public_html/otakubg/wp-includes/template.php(770): require_once('/home/anisubs/p...')
    #16 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', true, Array)
    #17 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(92): locate_template(Array, true, true, Array)
    #18 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/single-anime.php(289): get_footer()
    #19 /home/anisubs/public_html/otakubg/wp-includes/template-loader.php(106): include('/home/anisubs/p...')
    #20 /home/anisubs/public_html/otakubg/wp-blog-header.php(19): require_once('/home/anisubs/p...')
    #21 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #22 {main}</pre><div><div>2023-03-16 16:12:41 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(39): register_rest_route('share-logins/v3', '/login', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:12:41 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(43): register_rest_route('share-logins/v3', '/logout', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:12:41 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(47): register_rest_route('share-logins/v3', '/validate', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:12:45 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/wp-db.php(1410): _doing_it_wrong('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(124): wpdb->prepare('SELECT id, `t...')
    #6 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(170): cnss_get_all_icons()
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): cnss_social_profile_links_fn('')
    #8 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #10 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(3042): do_action('wp_head')
    #11 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/header.php(10): wp_head()
    #12 /home/anisubs/public_html/otakubg/wp-includes/template.php(770): require_once('/home/anisubs/p...')
    #13 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', true, Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(48): locate_template(Array, true, true, Array)
    #15 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/single.php(3): get_header()
    #16 /home/anisubs/public_html/otakubg/wp-includes/template-loader.php(106): include('/home/anisubs/p...')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(19): require_once('/home/anisubs/p...')
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:12:46 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/wp-db.php(1410): _doing_it_wrong('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(1255): wpdb->prepare('SELECT * FROM `...')
    #6 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/footer-az.php(12): cn_social_icon(Array)
    #7 /home/anisubs/public_html/otakubg/wp-includes/template.php(772): require('/home/anisubs/p...')
    #8 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', false, Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(204): locate_template(Array, true, false, Array)
    #10 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/template-parts/footer/footer-1.php(5): get_template_part('footer-az')
    #11 /home/anisubs/public_html/otakubg/wp-includes/template.php(772): require('/home/anisubs/p...')
    #12 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', false, Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(204): locate_template(Array, true, false, Array)
    #14 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/footer.php(9): get_template_part('template-parts/...', '1')
    #15 /home/anisubs/public_html/otakubg/wp-includes/template.php(770): require_once('/home/anisubs/p...')
    #16 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', true, Array)
    #17 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(92): locate_template(Array, true, true, Array)
    #18 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/single.php(41): get_footer()
    #19 /home/anisubs/public_html/otakubg/wp-includes/template-loader.php(106): include('/home/anisubs/p...')
    #20 /home/anisubs/public_html/otakubg/wp-blog-header.php(19): require_once('/home/anisubs/p...')
    #21 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #22 {main}</pre><div><div>2023-03-16 16:12:47 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(39): register_rest_route('share-logins/v3', '/login', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:12:47 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(43): register_rest_route('share-logins/v3', '/logout', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:12:47 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(47): register_rest_route('share-logins/v3', '/validate', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:12:49 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/wp-db.php(1410): _doing_it_wrong('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(124): wpdb->prepare('SELECT id, `t...')
    #6 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(170): cnss_get_all_icons()
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): cnss_social_profile_links_fn('')
    #8 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #10 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(3042): do_action('wp_head')
    #11 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/header.php(10): wp_head()
    #12 /home/anisubs/public_html/otakubg/wp-includes/template.php(770): require_once('/home/anisubs/p...')
    #13 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', true, Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(48): locate_template(Array, true, true, Array)
    #15 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/page.php(1): get_header()
    #16 /home/anisubs/public_html/otakubg/wp-includes/template-loader.php(106): include('/home/anisubs/p...')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(19): require_once('/home/anisubs/p...')
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:12:49 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/wp-db.php(1410): _doing_it_wrong('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(1255): wpdb->prepare('SELECT * FROM `...')
    #6 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/footer-az.php(12): cn_social_icon(Array)
    #7 /home/anisubs/public_html/otakubg/wp-includes/template.php(772): require('/home/anisubs/p...')
    #8 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', false, Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(204): locate_template(Array, true, false, Array)
    #10 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/template-parts/footer/footer-1.php(5): get_template_part('footer-az')
    #11 /home/anisubs/public_html/otakubg/wp-includes/template.php(772): require('/home/anisubs/p...')
    #12 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', false, Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(204): locate_template(Array, true, false, Array)
    #14 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/footer.php(9): get_template_part('template-parts/...', '1')
    #15 /home/anisubs/public_html/otakubg/wp-includes/template.php(770): require_once('/home/anisubs/p...')
    #16 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', true, Array)
    #17 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(92): locate_template(Array, true, true, Array)
    #18 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/page.php(24): get_footer()
    #19 /home/anisubs/public_html/otakubg/wp-includes/template-loader.php(106): include('/home/anisubs/p...')
    #20 /home/anisubs/public_html/otakubg/wp-blog-header.php(19): require_once('/home/anisubs/p...')
    #21 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #22 {main}</pre><div><div>2023-03-16 16:12:50 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(39): register_rest_route('share-logins/v3', '/login', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:12:50 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(43): register_rest_route('share-logins/v3', '/logout', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:12:50 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(47): register_rest_route('share-logins/v3', '/validate', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:13:13 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/wp-db.php(1410): _doing_it_wrong('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(124): wpdb->prepare('SELECT id, `t...')
    #6 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(170): cnss_get_all_icons()
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): cnss_social_profile_links_fn('')
    #8 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #10 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(3042): do_action('wp_head')
    #11 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/header.php(10): wp_head()
    #12 /home/anisubs/public_html/otakubg/wp-includes/template.php(770): require_once('/home/anisubs/p...')
    #13 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', true, Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(48): locate_template(Array, true, true, Array)
    #15 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/page.php(1): get_header()
    #16 /home/anisubs/public_html/otakubg/wp-includes/template-loader.php(106): include('/home/anisubs/p...')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(19): require_once('/home/anisubs/p...')
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:13:13 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/wp-db.php(1410): _doing_it_wrong('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(1255): wpdb->prepare('SELECT * FROM `...')
    #6 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/footer-az.php(12): cn_social_icon(Array)
    #7 /home/anisubs/public_html/otakubg/wp-includes/template.php(772): require('/home/anisubs/p...')
    #8 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', false, Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(204): locate_template(Array, true, false, Array)
    #10 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/template-parts/footer/footer-1.php(5): get_template_part('footer-az')
    #11 /home/anisubs/public_html/otakubg/wp-includes/template.php(772): require('/home/anisubs/p...')
    #12 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', false, Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(204): locate_template(Array, true, false, Array)
    #14 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/footer.php(9): get_template_part('template-parts/...', '1')
    #15 /home/anisubs/public_html/otakubg/wp-includes/template.php(770): require_once('/home/anisubs/p...')
    #16 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', true, Array)
    #17 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(92): locate_template(Array, true, true, Array)
    #18 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/page.php(24): get_footer()
    #19 /home/anisubs/public_html/otakubg/wp-includes/template-loader.php(106): include('/home/anisubs/p...')
    #20 /home/anisubs/public_html/otakubg/wp-blog-header.php(19): require_once('/home/anisubs/p...')
    #21 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #22 {main}</pre><div><div>2023-03-16 16:13:14 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(39): register_rest_route('share-logins/v3', '/login', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:13:14 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(43): register_rest_route('share-logins/v3', '/logout', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:13:14 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(47): register_rest_route('share-logins/v3', '/validate', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:13:16 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/wp-db.php(1410): _doing_it_wrong('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(124): wpdb->prepare('SELECT id, `t...')
    #6 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(170): cnss_get_all_icons()
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): cnss_social_profile_links_fn('')
    #8 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #10 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(3042): do_action('wp_head')
    #11 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/header.php(10): wp_head()
    #12 /home/anisubs/public_html/otakubg/wp-includes/template.php(770): require_once('/home/anisubs/p...')
    #13 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', true, Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(48): locate_template(Array, true, true, Array)
    #15 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/page.php(1): get_header()
    #16 /home/anisubs/public_html/otakubg/wp-includes/template-loader.php(106): include('/home/anisubs/p...')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(19): require_once('/home/anisubs/p...')
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:13:17 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/wp-db.php(1410): _doing_it_wrong('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(1255): wpdb->prepare('SELECT * FROM `...')
    #6 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/footer-az.php(12): cn_social_icon(Array)
    #7 /home/anisubs/public_html/otakubg/wp-includes/template.php(772): require('/home/anisubs/p...')
    #8 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', false, Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(204): locate_template(Array, true, false, Array)
    #10 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/template-parts/footer/footer-1.php(5): get_template_part('footer-az')
    #11 /home/anisubs/public_html/otakubg/wp-includes/template.php(772): require('/home/anisubs/p...')
    #12 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', false, Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(204): locate_template(Array, true, false, Array)
    #14 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/footer.php(9): get_template_part('template-parts/...', '1')
    #15 /home/anisubs/public_html/otakubg/wp-includes/template.php(770): require_once('/home/anisubs/p...')
    #16 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', true, Array)
    #17 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(92): locate_template(Array, true, true, Array)
    #18 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/page.php(24): get_footer()
    #19 /home/anisubs/public_html/otakubg/wp-includes/template-loader.php(106): include('/home/anisubs/p...')
    #20 /home/anisubs/public_html/otakubg/wp-blog-header.php(19): require_once('/home/anisubs/p...')
    #21 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #22 {main}</pre><div><div>2023-03-16 16:13:18 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(39): register_rest_route('share-logins/v3', '/login', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:13:18 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(43): register_rest_route('share-logins/v3', '/logout', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:13:18 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(47): register_rest_route('share-logins/v3', '/validate', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:13:19 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/wp-db.php(1410): _doing_it_wrong('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(124): wpdb->prepare('SELECT id, `t...')
    #6 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(170): cnss_get_all_icons()
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): cnss_social_profile_links_fn('')
    #8 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #10 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(3042): do_action('wp_head')
    #11 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/header.php(10): wp_head()
    #12 /home/anisubs/public_html/otakubg/wp-includes/template.php(770): require_once('/home/anisubs/p...')
    #13 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', true, Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(48): locate_template(Array, true, true, Array)
    #15 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/page.php(1): get_header()
    #16 /home/anisubs/public_html/otakubg/wp-includes/template-loader.php(106): include('/home/anisubs/p...')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(19): require_once('/home/anisubs/p...')
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:13:19 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/wp-db.php(1410): _doing_it_wrong('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(1255): wpdb->prepare('SELECT * FROM `...')
    #6 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/footer-az.php(12): cn_social_icon(Array)
    #7 /home/anisubs/public_html/otakubg/wp-includes/template.php(772): require('/home/anisubs/p...')
    #8 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', false, Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(204): locate_template(Array, true, false, Array)
    #10 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/template-parts/footer/footer-1.php(5): get_template_part('footer-az')
    #11 /home/anisubs/public_html/otakubg/wp-includes/template.php(772): require('/home/anisubs/p...')
    #12 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', false, Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(204): locate_template(Array, true, false, Array)
    #14 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/footer.php(9): get_template_part('template-parts/...', '1')
    #15 /home/anisubs/public_html/otakubg/wp-includes/template.php(770): require_once('/home/anisubs/p...')
    #16 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', true, Array)
    #17 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(92): locate_template(Array, true, true, Array)
    #18 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/page.php(24): get_footer()
    #19 /home/anisubs/public_html/otakubg/wp-includes/template-loader.php(106): include('/home/anisubs/p...')
    #20 /home/anisubs/public_html/otakubg/wp-blog-header.php(19): require_once('/home/anisubs/p...')
    #21 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #22 {main}</pre><div><div>2023-03-16 16:13:20 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(39): register_rest_route('share-logins/v3', '/login', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:13:20 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(43): register_rest_route('share-logins/v3', '/logout', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:13:20 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(47): register_rest_route('share-logins/v3', '/validate', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:13:21 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/wp-db.php(1410): _doing_it_wrong('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(124): wpdb->prepare('SELECT id, `t...')
    #6 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(170): cnss_get_all_icons()
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): cnss_social_profile_links_fn('')
    #8 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #10 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(3042): do_action('wp_head')
    #11 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/header.php(10): wp_head()
    #12 /home/anisubs/public_html/otakubg/wp-includes/template.php(770): require_once('/home/anisubs/p...')
    #13 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', true, Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(48): locate_template(Array, true, true, Array)
    #15 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/page.php(1): get_header()
    #16 /home/anisubs/public_html/otakubg/wp-includes/template-loader.php(106): include('/home/anisubs/p...')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(19): require_once('/home/anisubs/p...')
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:13:21 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/wp-db.php(1410): _doing_it_wrong('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(1255): wpdb->prepare('SELECT * FROM `...')
    #6 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/footer-az.php(12): cn_social_icon(Array)
    #7 /home/anisubs/public_html/otakubg/wp-includes/template.php(772): require('/home/anisubs/p...')
    #8 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', false, Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(204): locate_template(Array, true, false, Array)
    #10 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/template-parts/footer/footer-1.php(5): get_template_part('footer-az')
    #11 /home/anisubs/public_html/otakubg/wp-includes/template.php(772): require('/home/anisubs/p...')
    #12 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', false, Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(204): locate_template(Array, true, false, Array)
    #14 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/footer.php(9): get_template_part('template-parts/...', '1')
    #15 /home/anisubs/public_html/otakubg/wp-includes/template.php(770): require_once('/home/anisubs/p...')
    #16 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', true, Array)
    #17 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(92): locate_template(Array, true, true, Array)
    #18 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/page.php(24): get_footer()
    #19 /home/anisubs/public_html/otakubg/wp-includes/template-loader.php(106): include('/home/anisubs/p...')
    #20 /home/anisubs/public_html/otakubg/wp-blog-header.php(19): require_once('/home/anisubs/p...')
    #21 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #22 {main}</pre><div><div>2023-03-16 16:13:22 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(39): register_rest_route('share-logins/v3', '/login', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:13:22 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(43): register_rest_route('share-logins/v3', '/logout', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:13:22 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(47): register_rest_route('share-logins/v3', '/validate', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:13:28 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/wp-db.php(1410): _doing_it_wrong('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(124): wpdb->prepare('SELECT id, `t...')
    #6 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(170): cnss_get_all_icons()
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): cnss_social_profile_links_fn('')
    #8 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #10 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(3042): do_action('wp_head')
    #11 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/header.php(10): wp_head()
    #12 /home/anisubs/public_html/otakubg/wp-includes/template.php(770): require_once('/home/anisubs/p...')
    #13 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', true, Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(48): locate_template(Array, true, true, Array)
    #15 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/page.php(1): get_header()
    #16 /home/anisubs/public_html/otakubg/wp-includes/template-loader.php(106): include('/home/anisubs/p...')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(19): require_once('/home/anisubs/p...')
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:13:29 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/wp-db.php(1410): _doing_it_wrong('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(1255): wpdb->prepare('SELECT * FROM `...')
    #6 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/footer-az.php(12): cn_social_icon(Array)
    #7 /home/anisubs/public_html/otakubg/wp-includes/template.php(772): require('/home/anisubs/p...')
    #8 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', false, Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(204): locate_template(Array, true, false, Array)
    #10 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/template-parts/footer/footer-1.php(5): get_template_part('footer-az')
    #11 /home/anisubs/public_html/otakubg/wp-includes/template.php(772): require('/home/anisubs/p...')
    #12 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', false, Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(204): locate_template(Array, true, false, Array)
    #14 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/footer.php(9): get_template_part('template-parts/...', '1')
    #15 /home/anisubs/public_html/otakubg/wp-includes/template.php(770): require_once('/home/anisubs/p...')
    #16 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', true, Array)
    #17 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(92): locate_template(Array, true, true, Array)
    #18 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/page.php(24): get_footer()
    #19 /home/anisubs/public_html/otakubg/wp-includes/template-loader.php(106): include('/home/anisubs/p...')
    #20 /home/anisubs/public_html/otakubg/wp-blog-header.php(19): require_once('/home/anisubs/p...')
    #21 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #22 {main}</pre><div><div>2023-03-16 16:13:30 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(39): register_rest_route('share-logins/v3', '/login', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:13:30 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(43): register_rest_route('share-logins/v3', '/logout', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:13:30 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(47): register_rest_route('share-logins/v3', '/validate', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:17:27 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(39): register_rest_route('share-logins/v3', '/login', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:17:27 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(43): register_rest_route('share-logins/v3', '/logout', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:17:27 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(47): register_rest_route('share-logins/v3', '/validate', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:21:13 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/wp-db.php(1410): _doing_it_wrong('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(124): wpdb->prepare('SELECT id, `t...')
    #6 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(170): cnss_get_all_icons()
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): cnss_social_profile_links_fn('')
    #8 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #10 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(3042): do_action('wp_head')
    #11 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/header.php(10): wp_head()
    #12 /home/anisubs/public_html/otakubg/wp-includes/template.php(770): require_once('/home/anisubs/p...')
    #13 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', true, Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(48): locate_template(Array, true, true, Array)
    #15 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/archive-anime.php(1): get_header()
    #16 /home/anisubs/public_html/otakubg/wp-includes/template-loader.php(106): include('/home/anisubs/p...')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(19): require_once('/home/anisubs/p...')
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:21:13 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/wp-db.php(1410): _doing_it_wrong('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(1255): wpdb->prepare('SELECT * FROM `...')
    #6 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/footer-az.php(12): cn_social_icon(Array)
    #7 /home/anisubs/public_html/otakubg/wp-includes/template.php(772): require('/home/anisubs/p...')
    #8 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', false, Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(204): locate_template(Array, true, false, Array)
    #10 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/template-parts/footer/footer-1.php(5): get_template_part('footer-az')
    #11 /home/anisubs/public_html/otakubg/wp-includes/template.php(772): require('/home/anisubs/p...')
    #12 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', false, Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(204): locate_template(Array, true, false, Array)
    #14 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/footer.php(9): get_template_part('template-parts/...', '1')
    #15 /home/anisubs/public_html/otakubg/wp-includes/template.php(770): require_once('/home/anisubs/p...')
    #16 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', true, Array)
    #17 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(92): locate_template(Array, true, true, Array)
    #18 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/archive-anime.php(12): get_footer()
    #19 /home/anisubs/public_html/otakubg/wp-includes/template-loader.php(106): include('/home/anisubs/p...')
    #20 /home/anisubs/public_html/otakubg/wp-blog-header.php(19): require_once('/home/anisubs/p...')
    #21 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #22 {main}</pre><div><div>2023-03-16 16:21:15 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(39): register_rest_route('share-logins/v3', '/login', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:21:15 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(43): register_rest_route('share-logins/v3', '/logout', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:21:15 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(47): register_rest_route('share-logins/v3', '/validate', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:21:16 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/wp-db.php(1410): _doing_it_wrong('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(124): wpdb->prepare('SELECT id, `t...')
    #6 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(170): cnss_get_all_icons()
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): cnss_social_profile_links_fn('')
    #8 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #10 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(3042): do_action('wp_head')
    #11 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/header.php(10): wp_head()
    #12 /home/anisubs/public_html/otakubg/wp-includes/template.php(770): require_once('/home/anisubs/p...')
    #13 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', true, Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(48): locate_template(Array, true, true, Array)
    #15 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/single-anime.php(3): get_header()
    #16 /home/anisubs/public_html/otakubg/wp-includes/template-loader.php(106): include('/home/anisubs/p...')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(19): require_once('/home/anisubs/p...')
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:21:16 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/wp-db.php(1410): _doing_it_wrong('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(1255): wpdb->prepare('SELECT * FROM `...')
    #6 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/footer-az.php(12): cn_social_icon(Array)
    #7 /home/anisubs/public_html/otakubg/wp-includes/template.php(772): require('/home/anisubs/p...')
    #8 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', false, Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(204): locate_template(Array, true, false, Array)
    #10 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/template-parts/footer/footer-1.php(5): get_template_part('footer-az')
    #11 /home/anisubs/public_html/otakubg/wp-includes/template.php(772): require('/home/anisubs/p...')
    #12 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', false, Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(204): locate_template(Array, true, false, Array)
    #14 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/footer.php(9): get_template_part('template-parts/...', '1')
    #15 /home/anisubs/public_html/otakubg/wp-includes/template.php(770): require_once('/home/anisubs/p...')
    #16 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', true, Array)
    #17 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(92): locate_template(Array, true, true, Array)
    #18 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/single-anime.php(289): get_footer()
    #19 /home/anisubs/public_html/otakubg/wp-includes/template-loader.php(106): include('/home/anisubs/p...')
    #20 /home/anisubs/public_html/otakubg/wp-blog-header.php(19): require_once('/home/anisubs/p...')
    #21 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #22 {main}</pre><div><div>2023-03-16 16:21:17 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(39): register_rest_route('share-logins/v3', '/login', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:21:17 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(43): register_rest_route('share-logins/v3', '/logout', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:21:17 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(47): register_rest_route('share-logins/v3', '/validate', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:21:22 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/wp-db.php(1410): _doing_it_wrong('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(124): wpdb->prepare('SELECT id, `t...')
    #6 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(170): cnss_get_all_icons()
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): cnss_social_profile_links_fn('')
    #8 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #10 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(3042): do_action('wp_head')
    #11 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/header.php(10): wp_head()
    #12 /home/anisubs/public_html/otakubg/wp-includes/template.php(770): require_once('/home/anisubs/p...')
    #13 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', true, Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(48): locate_template(Array, true, true, Array)
    #15 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/page.php(1): get_header()
    #16 /home/anisubs/public_html/otakubg/wp-includes/template-loader.php(106): include('/home/anisubs/p...')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(19): require_once('/home/anisubs/p...')
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:21:22 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/wp-db.php(1410): _doing_it_wrong('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(1255): wpdb->prepare('SELECT * FROM `...')
    #6 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/footer-az.php(12): cn_social_icon(Array)
    #7 /home/anisubs/public_html/otakubg/wp-includes/template.php(772): require('/home/anisubs/p...')
    #8 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', false, Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(204): locate_template(Array, true, false, Array)
    #10 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/template-parts/footer/footer-1.php(5): get_template_part('footer-az')
    #11 /home/anisubs/public_html/otakubg/wp-includes/template.php(772): require('/home/anisubs/p...')
    #12 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', false, Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(204): locate_template(Array, true, false, Array)
    #14 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/footer.php(9): get_template_part('template-parts/...', '1')
    #15 /home/anisubs/public_html/otakubg/wp-includes/template.php(770): require_once('/home/anisubs/p...')
    #16 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', true, Array)
    #17 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(92): locate_template(Array, true, true, Array)
    #18 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/page.php(24): get_footer()
    #19 /home/anisubs/public_html/otakubg/wp-includes/template-loader.php(106): include('/home/anisubs/p...')
    #20 /home/anisubs/public_html/otakubg/wp-blog-header.php(19): require_once('/home/anisubs/p...')
    #21 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #22 {main}</pre><div><div>2023-03-16 16:21:24 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(39): register_rest_route('share-logins/v3', '/login', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:21:24 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(43): register_rest_route('share-logins/v3', '/logout', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:21:24 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(47): register_rest_route('share-logins/v3', '/validate', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:21:25 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/wp-db.php(1410): _doing_it_wrong('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(124): wpdb->prepare('SELECT id, `t...')
    #6 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(170): cnss_get_all_icons()
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): cnss_social_profile_links_fn('')
    #8 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #10 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(3042): do_action('wp_head')
    #11 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/header.php(10): wp_head()
    #12 /home/anisubs/public_html/otakubg/wp-includes/template.php(770): require_once('/home/anisubs/p...')
    #13 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', true, Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(48): locate_template(Array, true, true, Array)
    #15 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/page-templates/bookmark.php(6): get_header()
    #16 /home/anisubs/public_html/otakubg/wp-includes/template-loader.php(106): include('/home/anisubs/p...')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(19): require_once('/home/anisubs/p...')
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:21:25 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/wp-db.php(1410): _doing_it_wrong('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(1255): wpdb->prepare('SELECT * FROM `...')
    #6 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/footer-az.php(12): cn_social_icon(Array)
    #7 /home/anisubs/public_html/otakubg/wp-includes/template.php(772): require('/home/anisubs/p...')
    #8 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', false, Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(204): locate_template(Array, true, false, Array)
    #10 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/template-parts/footer/footer-1.php(5): get_template_part('footer-az')
    #11 /home/anisubs/public_html/otakubg/wp-includes/template.php(772): require('/home/anisubs/p...')
    #12 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', false, Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(204): locate_template(Array, true, false, Array)
    #14 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/footer.php(9): get_template_part('template-parts/...', '1')
    #15 /home/anisubs/public_html/otakubg/wp-includes/template.php(770): require_once('/home/anisubs/p...')
    #16 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', true, Array)
    #17 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(92): locate_template(Array, true, true, Array)
    #18 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/page-templates/bookmark.php(69): get_footer()
    #19 /home/anisubs/public_html/otakubg/wp-includes/template-loader.php(106): include('/home/anisubs/p...')
    #20 /home/anisubs/public_html/otakubg/wp-blog-header.php(19): require_once('/home/anisubs/p...')
    #21 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #22 {main}</pre><div><div>2023-03-16 16:21:38 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/wp-db.php(1410): _doing_it_wrong('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(124): wpdb->prepare('SELECT id, `t...')
    #6 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(170): cnss_get_all_icons()
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): cnss_social_profile_links_fn('')
    #8 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #10 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(3042): do_action('wp_head')
    #11 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/header.php(10): wp_head()
    #12 /home/anisubs/public_html/otakubg/wp-includes/template.php(770): require_once('/home/anisubs/p...')
    #13 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', true, Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(48): locate_template(Array, true, true, Array)
    #15 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/archive-anime.php(1): get_header()
    #16 /home/anisubs/public_html/otakubg/wp-includes/template-loader.php(106): include('/home/anisubs/p...')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(19): require_once('/home/anisubs/p...')
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:21:38 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/wp-db.php(1410): _doing_it_wrong('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(1255): wpdb->prepare('SELECT * FROM `...')
    #6 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/footer-az.php(12): cn_social_icon(Array)
    #7 /home/anisubs/public_html/otakubg/wp-includes/template.php(772): require('/home/anisubs/p...')
    #8 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', false, Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(204): locate_template(Array, true, false, Array)
    #10 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/template-parts/footer/footer-1.php(5): get_template_part('footer-az')
    #11 /home/anisubs/public_html/otakubg/wp-includes/template.php(772): require('/home/anisubs/p...')
    #12 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', false, Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(204): locate_template(Array, true, false, Array)
    #14 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/footer.php(9): get_template_part('template-parts/...', '1')
    #15 /home/anisubs/public_html/otakubg/wp-includes/template.php(770): require_once('/home/anisubs/p...')
    #16 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', true, Array)
    #17 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(92): locate_template(Array, true, true, Array)
    #18 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/archive-anime.php(12): get_footer()
    #19 /home/anisubs/public_html/otakubg/wp-includes/template-loader.php(106): include('/home/anisubs/p...')
    #20 /home/anisubs/public_html/otakubg/wp-blog-header.php(19): require_once('/home/anisubs/p...')
    #21 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #22 {main}</pre><div><div>2023-03-16 16:21:39 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(39): register_rest_route('share-logins/v3', '/login', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:21:39 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(43): register_rest_route('share-logins/v3', '/logout', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:21:39 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(47): register_rest_route('share-logins/v3', '/validate', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:21:40 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(39): register_rest_route('share-logins/v3', '/login', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:21:40 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(43): register_rest_route('share-logins/v3', '/logout', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:21:40 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(47): register_rest_route('share-logins/v3', '/validate', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:21:47 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/wp-db.php(1410): _doing_it_wrong('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(124): wpdb->prepare('SELECT id, `t...')
    #6 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(170): cnss_get_all_icons()
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): cnss_social_profile_links_fn('')
    #8 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #10 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(3042): do_action('wp_head')
    #11 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/header.php(10): wp_head()
    #12 /home/anisubs/public_html/otakubg/wp-includes/template.php(770): require_once('/home/anisubs/p...')
    #13 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', true, Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(48): locate_template(Array, true, true, Array)
    #15 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/search.php(1): get_header()
    #16 /home/anisubs/public_html/otakubg/wp-includes/template-loader.php(106): include('/home/anisubs/p...')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(19): require_once('/home/anisubs/p...')
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:21:48 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/wp-db.php(1410): _doing_it_wrong('wpdb::prepare', '\xD0\x90\xD1\x80\xD0\xB3\xD1\x83\xD0\xBC\xD0\xB5\xD0\xBD\xD1...', '3.9.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/easy-social-icons/easy-social-icons.php(1255): wpdb->prepare('SELECT * FROM `...')
    #6 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/footer-az.php(12): cn_social_icon(Array)
    #7 /home/anisubs/public_html/otakubg/wp-includes/template.php(772): require('/home/anisubs/p...')
    #8 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', false, Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(204): locate_template(Array, true, false, Array)
    #10 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/template-parts/footer/footer-1.php(5): get_template_part('footer-az')
    #11 /home/anisubs/public_html/otakubg/wp-includes/template.php(772): require('/home/anisubs/p...')
    #12 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', false, Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(204): locate_template(Array, true, false, Array)
    #14 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/footer.php(9): get_template_part('template-parts/...', '1')
    #15 /home/anisubs/public_html/otakubg/wp-includes/template.php(770): require_once('/home/anisubs/p...')
    #16 /home/anisubs/public_html/otakubg/wp-includes/template.php(716): load_template('/home/anisubs/p...', true, Array)
    #17 /home/anisubs/public_html/otakubg/wp-includes/general-template.php(92): locate_template(Array, true, true, Array)
    #18 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/search.php(20): get_footer()
    #19 /home/anisubs/public_html/otakubg/wp-includes/template-loader.php(106): include('/home/anisubs/p...')
    #20 /home/anisubs/public_html/otakubg/wp-blog-header.php(19): require_once('/home/anisubs/p...')
    #21 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #22 {main}</pre><div><div>2023-03-16 16:21:49 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(39): register_rest_route('share-logins/v3', '/login', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:21:49 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(43): register_rest_route('share-logins/v3', '/logout', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div><div>2023-03-16 16:21:49 </div><div>current user ID: 1</div><div><pre>#0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): doing_it_wrong_run_um_trace_log('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/functions.php(5797): do_action('doing_it_wrong_...', 'register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #4 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(103): _doing_it_wrong('register_rest_r...', '\xD0\x9E\xD0\xBF\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB5\xD0\xBB\xD0...', '5.5.0')
    #5 /home/anisubs/public_html/otakubg/wp-content/plugins/share-logins/includes/API.php(47): register_rest_route('share-logins/v3', '/validate', Array)
    #6 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): codexpert\Share_Logins\API->register_endpoints(Object(WP_REST_Server))
    #7 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #9 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(561): do_action('rest_api_init', Object(WP_REST_Server))
    #10 /home/anisubs/public_html/otakubg/wp-includes/rest-api.php(387): rest_get_server()
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP))
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #13 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(524): WP_Hook->do_action(Array)
    #14 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(398): do_action_ref_array('parse_request', Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp.php(770): WP->parse_request('')
    #16 /home/anisubs/public_html/otakubg/wp-includes/functions.php(1330): WP->main('')
    #17 /home/anisubs/public_html/otakubg/wp-blog-header.php(16): wp()
    #18 /home/anisubs/public_html/otakubg/index.php(17): require('/home/anisubs/p...')
    #19 {main}</pre><div>
    missveronica

    (@missveronicatv)

    @qnkov

    You have issues with two plugins: “Easy Social Icons” and “Share Logins”.

    Try to deactivate these Plugins and use my code snippet after the deactivation to see if you have any other Plugin with bad calls to WP.

    Thread Starter qnkov

    (@qnkov)

    @missveronicatv

    Hi, i’ve removed again my snipped code for UM. Right now, when i deactived those plugins, that file that appears with your code doesnt show up. But i have the same problem as before. In Chrome my site is running a bit slow, sometimes fast, sometimes verry slow. With Opera i’m getting Fatal Error. I cannot open it.

    Here is my debug file for 5 minutes.

    [16-Mar-2023 18:22:00 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/class-wp-query.php on line 584
    [16-Mar-2023 18:22:45 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/class-wp-query.php on line 584
    [16-Mar-2023 18:22:47 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/functions.php on line 4801
    [16-Mar-2023 18:23:02 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 262144 bytes) in /home/anisubs/public_html/otakubg/wp-includes/taxonomy.php on line 248
    [16-Mar-2023 18:23:02 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 262144 bytes) in Unknown on line 0
    [16-Mar-2023 18:23:02 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 262144 bytes) in Unknown on line 0
    [16-Mar-2023 18:23:05 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-content/plugins/ultimate-member/includes/core/class-access.php on line 312
    [16-Mar-2023 18:23:14 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/class-wp-query.php on line 584
    [16-Mar-2023 18:23:19 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/class-wp-query.php on line 3063
    [16-Mar-2023 18:23:19 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php on line 291
    [16-Mar-2023 18:23:37 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/class-wp-query.php on line 3063
    [16-Mar-2023 18:23:40 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/wp-db.php on line 1509
    [16-Mar-2023 18:23:40 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/class-wp-fatal-error-handler.php on line 73
    [16-Mar-2023 18:23:41 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/pomo/translations.php on line 100
    [16-Mar-2023 18:23:59 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php on line 291
    [16-Mar-2023 18:24:08 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/pomo/translations.php on line 100
    [16-Mar-2023 18:24:10 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-content/plugins/um-friends/includes/core/filters/um-friends-settings.php on line 72
    [16-Mar-2023 18:24:10 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/functions.php on line 4801
    [16-Mar-2023 18:24:27 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/pomo/translations.php on line 100
    [16-Mar-2023 18:24:43 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-content/plugins/um-social-activity/includes/core/filters/um-activity-settings.php on line 12
    [16-Mar-2023 18:25:11 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/wp-db.php on line 2135
    [16-Mar-2023 18:25:26 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/functions.php on line 4801
    [16-Mar-2023 18:25:53 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/pomo/translations.php on line 100
    [16-Mar-2023 18:26:40 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/pomo/translations.php on line 100
    [16-Mar-2023 18:27:11 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 262144 bytes) in /home/anisubs/public_html/otakubg/wp-includes/class-wp-query.php on line 776
    [16-Mar-2023 18:27:11 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 262144 bytes) in Unknown on line 0
    [16-Mar-2023 18:27:11 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 262144 bytes) in Unknown on line 0
    [16-Mar-2023 18:28:07 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/pomo/translations.php on line 100
    [16-Mar-2023 18:28:14 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php on line 300
    [16-Mar-2023 18:28:18 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php on line 300
    [16-Mar-2023 18:28:26 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/anisubs/public_html/otakubg/wp-includes/pomo/translations.php on line 100
    [16-Mar-2023 18:29:41 UTC] PHP Notice:  file_get_contents(): read of 8192 bytes failed with errno=12 Cannot allocate memory in /home/anisubs/public_html/otakubg/wp-includes/functions.php on line 6633
    [16-Mar-2023 18:29:41 UTC] PHP Notice:  file_get_contents(): read of 8192 bytes failed with errno=12 Cannot allocate memory in /home/anisubs/public_html/otakubg/wp-includes/functions.php on line 6633
    [16-Mar-2023 18:29:41 UTC] PHP Notice:  file_get_contents(): read of 8192 bytes failed with errno=12 Cannot allocate memory in /home/anisubs/public_html/otakubg/wp-includes/functions.php on line 6633

    When i return this snipped code to my theme’s function, everything is working again:

    if ( function_exists( 'UM' ) ) {
        remove_action( 'pre_get_posts', array( UM()->access(), 'exclude_posts' ), 99 );
        remove_filter( 'get_next_post_where', array( UM()->access(), 'exclude_navigation_posts' ), 99 );
        remove_filter( 'get_previous_post_where', array( UM()->access(), 'exclude_navigation_posts' ), 99 );
        remove_filter( 'widget_posts_args', array( UM()->access(), 'exclude_restricted_posts_widget' ), 99 );
        remove_filter( 'wp_count_posts', array( UM()->access(), 'custom_count_posts_handler' ), 99 );
        remove_filter( 'getarchives_where', array( UM()->access(), 'exclude_restricted_posts_archives_widget' ), 99 );
        remove_action( 'pre_get_terms', array( UM()->access(), 'exclude_hidden_terms_query' ), 99 );
        remove_action( 'pre_get_comments', array( UM()->access(), 'exclude_posts_comments' ), 99 );
        remove_filter( 'comment_feed_where', array( UM()->access(), 'exclude_posts_comments_feed' ), 99 );
        remove_filter( 'wp_count_comments', array( UM()->access(), 'custom_comments_count_handler' ), 99 );
        remove_filter( 'get_comments_number', array( UM()->access(), 'disable_comments_open_number' ), 99 );
        remove_filter( 'the_title', array( UM()->access(), 'filter_restricted_post_title' ), 10 ); 
    }
    • This reply was modified 1 year, 1 month ago by qnkov.
    missveronica

    (@missveronicatv)

    @qnkov

    You have your WP memory limit set 512MB and WP requires more memory.
    Ask your web hosting support to assist you by increasing PHP and WP Memory to 768MB.

    Thread Starter qnkov

    (@qnkov)

    @missveronicatv

    Isn’t that problem related to UM? I’m getting that problem cuz of UM, without the snipped code. Is it normal to upgrade my memory limit to 768, when 512 is like the soft spot? I don’t belive everyone else that are using UM, are setting they memory limit.

    What is a good memory limit for WordPress?

    You should set your PHP memory limit as low as you can while still allowing your site to function normally. 128 MB is a good baseline. That’s a decent amount of memory that will take care of most intensive plugins. If you know you’re going to need some extra power, 256 MB will cover even the heaviest plugins.

    • This reply was modified 1 year, 1 month ago by qnkov.
    • This reply was modified 1 year, 1 month ago by qnkov.
    Thread Starter qnkov

    (@qnkov)

    @missveronicatv

    And i’ve saw few more threads about UM slowing they sites like hell. So, basicaly, there is still something wrong with UM? Can you explain what should i snip to my function.php so i can fix that? Also, i have enabled Cache user profile. Should i disable that?

    missveronica

    (@missveronicatv)

    @qnkov

    It’s difficult to give guidelines for a good memory limit for WordPress as Plugins all have different requirements. Some Plugins like Page Builders require a lot of Memory depending on features being used. WooCommerce is also using a lot of memory.

    You can try this code snippet which will give you a short summary of which are the calling Plugins when you have used more than 500MB memory in getting posts from the WP database. It was one of the “PHP Fatal Errors” you posted.

    The list can be displayed with a browser from .../wp-content/um_trace_log.html.

    If you have PHP Debug enabled a detailed trace back will also be written to .../wp-content/debug.log

    Install the code snippet to your active theme’s functions.php file
    or use the “Code Snippets” plugin.

    https://wordpress.org/plugins/code-snippets/

    add_action( 'posts_selection', 'posts_selection_memory_usage', 10, 1 );
    
    function posts_selection_memory_usage( $where ) {
    
        global $current_user;
    
        $memory_trace = 500;
    
        $used_memory = intval( memory_get_usage( false )/1024/1024 );
    
        if ( $used_memory > $memory_trace ) {
    
            $allocated_memory = intval( memory_get_usage( true )/1024/1024 );
            $trace = "\n" . date_i18n( 'Y-m-d H:i:s ', current_time( 'timestamp' )) . 'Memory Usage Trace ';
            
            if ( isset( $current_user->ID )) $trace .= 'for User ID:' . $current_user->ID . ' ';
            $trace .= 'Allocated:' . $allocated_memory . 'MB ';
            $trace .= 'Used:' . $used_memory . "MB\n";
            
            $e = new \Exception;
    
            $plugins = array();
            $lines = explode( "\n", $e->getTraceAsString());
    
            foreach ( $lines as $line ) {
                if ( strpos( $line, '/plugins/' ) !== false ) {
                    $plugin_path = explode( '/plugins/', $line );
                    $plugin_folder = explode( '/', $plugin_path[1] );
                    $plugins[] = $plugin_folder[0];
                }
                if ( strpos( $line, '/themes/' ) !== false ) {
                    $plugin_path = explode( '/themes/', $line );
                    $plugins[] = $plugin_path[1];
                }
                if ( strpos( $line, '/wp-admin/admin-ajax.php' ) !== false ) {
                    $plugin_path = explode( '/wp-admin/', $line );
                    $plugins[] = $plugin_path[1];
                }
            }
    
            file_put_contents( WP_CONTENT_DIR . '/um_trace_log.html', '<div>' . $trace . ' Short trace:' . implode( ',', array_unique( $plugins )) . '</div>', FILE_APPEND );
            
            if ( WP_DEBUG && $used_memory > $memory_trace ) {
    
                if ( strpos( $where, 'password' ) !== false ) {
                    $where = 'Protected';
                }
                $trace .= 'Current SQL:' . $where  . "\n";
                $trace .= 'Stack trace:' . "\n" . $e->getTraceAsString() . "\n";
    
                file_put_contents( WP_CONTENT_DIR . '/debug.log', $trace, FILE_APPEND );
            }
        }
    }
    • This reply was modified 1 year, 1 month ago by missveronica.
    Thread Starter qnkov

    (@qnkov)

    @missveronicatv

    I’ve added your last code + your previous. After 1 minute, my debuglog become 10GB. And the file that is made by your code shows that:

    But even if i disable the addon wpdiscuz-widgets. Nothing changes. Site is still slow. Opera cannot open it.

    Short trace:ultimate-member,animestream/functions.php(364): get_comments(Array),wpdiscuz-widgets</div><div>
    2023-03-20 16:01:30 Memory Usage Trace for User ID:0 Allocated:676MB Used:503MB
     Short trace:ultimate-member,animestream/functions.php(364): get_comments(Array),wpdiscuz-widgets</div><div>
    2023-03-20 16:01:34 Memory Usage Trace for User ID:0 Allocated:676MB Used:503MB
     Short trace:ultimate-member,animestream/functions.php(364): get_comments(Array),wpdiscuz-widgets</div><div>
    2023-03-20 16:01:38 Memory Usage Trace for User ID:0 Allocated:676MB Used:503MB
     Short trace:ultimate-member,animestream/functions.php(364): get_comments(Array),wpdiscuz-widgets</div><div>
    2023-03-20 16:04:50 Memory Usage Trace for User ID:0 Allocated:510MB Used:501MB
     Short trace:ultimate-member,animestream/functions.php(364): get_comments(Array),wpdiscuz-widgets,admin-ajax.php(22): require_once('/home/anisubs/p...')</div><div>
    2023-03-20 16:04:50 Memory Usage Trace for User ID:0 Allocated:510MB Used:501MB
     Short trace:ultimate-member,animestream/functions.php(364): get_comments(Array),wpdiscuz-widgets</div><div>
    2023-03-20 16:04:51 Memory Usage Trace for User ID:0 Allocated:510MB Used:501MB
     Short trace:ultimate-member,animestream/functions.php(364): get_comments(Array),wpdiscuz-widgets,admin-ajax.php(22): require_once('/home/anisubs/p...')</div><div>
    2023-03-20 16:04:51 Memory Usage Trace for User ID:0 Allocated:670MB Used:501MB
     Short trace:ultimate-member,animestream/functions.php(364): get_comments(Array),wpdiscuz-widgets</div><div>

    And there is another errors that start to show up, after i disable wpdiscuz-widges:

     Short trace:ultimate-member,animestream/functions.php(364): get_comments(Array),admin-ajax.php(45): do_action('admin_init')</div><div>
    2023-03-20 16:07:13 Memory Usage Trace for User ID:0 Allocated:668MB Used:501MB
     Short trace:ultimate-member,animestream/functions.php(364): get_comments(Array),admin-ajax.php(45): do_action('admin_init')</div><div>
    2023-03-20 16:07:16 Memory Usage Trace for User ID:0 Allocated:668MB Used:501MB
     Short trace:ultimate-member,animestream/functions.php(364): get_comments(Array),admin-ajax.php(45): do_action('admin_init')</div><div>
    2023-03-20 16:07:18 Memory Usage Trace for User ID:0 Allocated:670MB Used:501MB
     Short trace:ultimate-member,animestream/functions.php(364): get_comments(Array),admin-ajax.php(45): do_action('admin_init')</div><div>
    2023-03-20 16:07:38 Memory Usage Trace for User ID:312 Allocated:508MB Used:501MB
     Short trace:ultimate-member,animestream/functions.php(364): get_comments(Array)</div><div>
    2023-03-20 16:07:39 Memory Usage Trace for User ID:312 Allocated:510MB Used:501MB
     Short trace:ultimate-member,animestream/functions.php(364): get_comments(Array)</div><div>
    2023-03-20 16:07:40 Memory Usage Trace for User ID:312 Allocated:670MB Used:501MB
    • This reply was modified 1 year, 1 month ago by qnkov.
    • This reply was modified 1 year, 1 month ago by qnkov.
    Thread Starter qnkov

    (@qnkov)

    And here is a bit of debuglog:

    #0 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(308): posts_selection_memory_usage(' AND ( \n  wp_po...')
    #1 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters('', Array)
    #2 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
    #3 /home/anisubs/public_html/otakubg/wp-includes/class-wp-query.php(2921): do_action('posts_selection', ' AND ( \n  wp_po...')
    #4 /home/anisubs/public_html/otakubg/wp-includes/class-wp-query.php(3749): WP_Query->get_posts()
    #5 /home/anisubs/public_html/otakubg/wp-includes/post.php(2415): WP_Query->query(Array)
    #6 /home/anisubs/public_html/otakubg/wp-content/plugins/ultimate-member/includes/core/class-access.php(204): get_posts(Array)
    #7 /home/anisubs/public_html/otakubg/wp-content/plugins/ultimate-member/includes/core/class-access.php(852): um\core\Access->exclude_posts_array(true, Array)
    #8 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(308): um\core\Access->exclude_posts_comments(Object(WP_Comment_Query))
    #9 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(NULL, Array)
    #10 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(565): WP_Hook->do_action(Array)
    #11 /home/anisubs/public_html/otakubg/wp-includes/class-wp-comment-query.php(394): do_action_ref_array('pre_get_comment...', Array)
    #12 /home/anisubs/public_html/otakubg/wp-includes/class-wp-comment-query.php(366): WP_Comment_Query->get_comments()
    #13 /home/anisubs/public_html/otakubg/wp-includes/comment.php(244): WP_Comment_Query->query(Array)
    #14 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/functions.php(364): get_comments(Array)
    #15 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(308): um_072522_add_comment_count(Array)
    #16 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(205): WP_Hook->apply_filters(Array, Array)
    #17 /home/anisubs/public_html/otakubg/wp-content/plugins/ultimate-member/includes/core/class-profile.php(156): apply_filters('um_profile_tabs', Array)
    #18 /home/anisubs/public_html/otakubg/wp-content/plugins/ultimate-member/includes/class-config.php(592): um\core\Profile->tabs()
    #19 /home/anisubs/public_html/otakubg/wp-content/plugins/ultimate-member/includes/class-init.php(1000): um\Config->__construct()
    #20 /home/anisubs/public_html/otakubg/wp-content/plugins/ultimate-member/includes/um-short-functions.php(1285): UM->config()
    #21 /home/anisubs/public_html/otakubg/wp-content/plugins/ultimate-member/includes/core/class-access.php(1874): um_is_core_post(Object(WP_Post), 'login')
    #22 /home/anisubs/public_html/otakubg/wp-content/plugins/ultimate-member/includes/core/class-access.php(2089): um\core\Access->get_post_privacy_settings(Object(WP_Post))
    #23 /home/anisubs/public_html/otakubg/wp-content/plugins/ultimate-member/includes/core/class-access.php(317): um\core\Access->is_restricted(38106)
    #24 /home/anisubs/public_html/otakubg/wp-content/plugins/ultimate-member/includes/core/class-access.php(852): um\core\Access->exclude_posts_array(true, Array)
    #25 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(308): um\core\Access->exclude_posts_comments(Object(WP_Comment_Query))
    #26 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(NULL, Array)
    #27 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(565): WP_Hook->do_action(Array)
    #28 /home/anisubs/public_html/otakubg/wp-includes/class-wp-comment-query.php(394): do_action_ref_array('pre_get_comment...', Array)
    #29 /home/anisubs/public_html/otakubg/wp-includes/class-wp-comment-query.php(366): WP_Comment_Query->get_comments()
    #30 /home/anisubs/public_html/otakubg/wp-includes/comment.php(244): WP_Comment_Query->query(Array)
    #31 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/functions.php(364): get_comments(Array)
    #32 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(308): um_072522_add_comment_count(Array)
    #33 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(205): WP_Hook->apply_filters(Array, Array)
    #34 /home/anisubs/public_html/otakubg/wp-content/plugins/ultimate-member/includes/core/class-profile.php(156): apply_filters('um_profile_tabs', Array)
    #35 /home/anisubs/public_html/otakubg/wp-content/plugins/ultimate-member/includes/class-config.php(592): um\core\Profile->tabs()
    #36 /home/anisubs/public_html/otakubg/wp-content/plugins/ultimate-member/includes/class-init.php(1000): um\Config->__construct()
    #37 /home/anisubs/public_html/otakubg/wp-content/plugins/ultimate-member/includes/um-short-functions.php(1285): UM->config()
    #38 /home/anisubs/public_html/otakubg/wp-content/plugins/ultimate-member/includes/core/class-access.php(1874): um_is_core_post(Object(WP_Post), 'login')
    #39 /home/anisubs/public_html/otakubg/wp-content/plugins/ultimate-member/includes/core/class-access.php(2089): um\core\Access->get_post_privacy_settings(Object(WP_Post))
    #40 /home/anisubs/public_html/otakubg/wp-content/plugins/ultimate-member/includes/core/class-access.php(317): um\core\Access->is_restricted(38106)
    #41 /home/anisubs/public_html/otakubg/wp-content/plugins/ultimate-member/includes/core/class-access.php(852): um\core\Access->exclude_posts_array(true, Array)
    #42 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(308): um\core\Access->exclude_posts_comments(Object(WP_Comment_Query))
    #43 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(NULL, Array)
    #44 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(565): WP_Hook->do_action(Array)
    #45 /home/anisubs/public_html/otakubg/wp-includes/class-wp-comment-query.php(394): do_action_ref_array('pre_get_comment...', Array)
    #46 /home/anisubs/public_html/otakubg/wp-includes/class-wp-comment-query.php(366): WP_Comment_Query->get_comments()
    #47 /home/anisubs/public_html/otakubg/wp-includes/comment.php(244): WP_Comment_Query->query(Array)
    #48 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/functions.php(364): get_comments(Array)
    #49 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(308): um_072522_add_comment_count(Array)
    #50 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(205): WP_Hook->apply_filters(Array, Array)
    #51 /home/anisubs/public_html/otakubg/wp-content/plugins/ultimate-member/includes/core/class-profile.php(156): apply_filters('um_profile_tabs', Array)
    #52 /home/anisubs/public_html/otakubg/wp-content/plugins/ultimate-member/includes/class-config.php(592): um\core\Profile->tabs()
    #53 /home/anisubs/public_html/otakubg/wp-content/plugins/ultimate-member/includes/class-init.php(1000): um\Config->__construct()
    #54 /home/anisubs/public_html/otakubg/wp-content/plugins/ultimate-member/includes/um-short-functions.php(1285): UM->config()
    #55 /home/anisubs/public_html/otakubg/wp-content/plugins/ultimate-member/includes/core/class-access.php(1874): um_is_core_post(Object(WP_Post), 'login')
    #56 /home/anisubs/public_html/otakubg/wp-content/plugins/ultimate-member/includes/core/class-access.php(2089): um\core\Access->get_post_privacy_settings(Object(WP_Post))
    #57 /home/anisubs/public_html/otakubg/wp-content/plugins/ultimate-member/includes/core/class-access.php(317): um\core\Access->is_restricted(38106)
    #58 /home/anisubs/public_html/otakubg/wp-content/plugins/ultimate-member/includes/core/class-access.php(852): um\core\Access->exclude_posts_array(true, Array)
    #59 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(308): um\core\Access->exclude_posts_comments(Object(WP_Comment_Query))
    #60 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(NULL, Array)
    #61 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(565): WP_Hook->do_action(Array)
    #62 /home/anisubs/public_html/otakubg/wp-includes/class-wp-comment-query.php(394): do_action_ref_array('pre_get_comment...', Array)
    #63 /home/anisubs/public_html/otakubg/wp-includes/class-wp-comment-query.php(366): WP_Comment_Query->get_comments()
    #64 /home/anisubs/public_html/otakubg/wp-includes/comment.php(244): WP_Comment_Query->query(Array)
    #65 /home/anisubs/public_html/otakubg/wp-content/themes/animestream/functions.php(364): get_comments(Array)
    #66 /home/anisubs/public_html/otakubg/wp-includes/class-wp-hook.php(308): um_072522_add_comment_count(Array)
    #67 /home/anisubs/public_html/otakubg/wp-includes/plugin.php(205): WP_Hook->apply_filters(Array, Array)

    And here is what i found that i have added to my function.php:

    ////////////////////////////////////////////////////////////////////////
    // Ultimate Member Profile Display Name Integration ////////////////////
    ////////////////////////////////////////////////////////////////////////
    add_filter('wpdiscuz_comment_author', 'wpdiscuz_um_author', 10, 2);
    function wpdiscuz_um_author($author_name, $comment) {
        if ($comment->user_id) {
            $column = 'display_name'; // Other options: 'user_login', 'user_nicename', 'nickname', 'first_name', 'last_name'
            if (class_exists('UM_API') || class_exists('UM')) {
                um_fetch_user($comment->user_id); $author_name = um_user($column); um_reset_user();
            } else {
                $author_name = get_the_author_meta($column, $comment->user_id);
            }
        }
        return $author_name;
    }
    ////////////////////////////////////////////////////////////////////////
    // Ultimate Member Profile URL Integration /////////////////////////////
    ////////////////////////////////////////////////////////////////////////
    add_filter('wpdiscuz_profile_url', 'wpdiscuz_um_profile_url', 10, 2);
    function wpdiscuz_um_profile_url($profile_url, $user) {
        if ($user && (class_exists('UM_API') || class_exists('UM'))) {
            um_fetch_user($user->ID); $profile_url = um_user_profile_url();
        }
        return $profile_url;
    }
    function um_custom_validate_bot_spam( $key, $array, $args ) {
    	if ( isset( $args[$key] ) && $args[$key]  != 'IM HUMAN' ) {
              UM()->form()->add_error( $key, __( 'Напишете думите правилно.', 'ultimate-member' ) );
        } 
    }
    add_action( 'um_custom_field_validation_bot_spam', 'um_custom_validate_bot_spam', 30, 3 );
    add_filter( 'auto_update_plugin', '__return_false' );
    /* Disable oEmbeds author name & author url ~ Stops Showing in embeds */
    add_filter( 'oembed_response_data', 'disable_embeds_filter_oembed_response_data_' );
    function disable_embeds_filter_oembed_response_data_( $data ) {
        unset($data['author_url']);
        unset($data['author_name']);
        return $data;
    }
    add_filter("um_profile_tabs", "um_072522_add_comment_count", 10 );
    function um_072522_add_comment_count( $tabs ){
       
       if( isset( $tabs['comments'] ) ){ 
          $args = array(
              'user_id' => um_profile_id(),   // Use user_id.
              'count'   => true // Return only the count.
          );
          $comments_count = get_comments( $args );
          $tabs['comments']['notifier'] = $comments_count;
       }
       return $tabs;
    • This reply was modified 1 year, 1 month ago by qnkov.
    missveronica

    (@missveronicatv)

    @qnkov

    Yes you have an issue with the line 364 in your theme’s functions.php file
    calling get_comments too many times without returning memory until memory is at the limit 512MB.

    themes/animestream/functions.php(364): get_comments(Array)

Viewing 15 replies - 1 through 15 (of 24 total)
  • The topic ‘Errors and slow site?’ is closed to new replies.