• Resolved totejmedia

    (@totejmedia)


    It seems like the latest version is passing a null string as the title which causes an error to appear on the admin page
    Error is like this:

    Deprecated: strip_tags(): Passing null to parameter #1 ($string) of type string is deprecated in?/www/tripplocom_635/public/wp-admin/admin-header.php?on line?36

    Which then comes from the title being empty

    https://github.com/WordPress/WordPress/blob/master/wp-admin/admin-header.php

    // This submenu is HIDDEN, however, we need to add it anyways
    add_submenu_page(
    '',
    ( 'Update Script', 'header-footer-code-manager' ), ( 'Update', 'header-footer-code-manager' ),
    'manage_options',
    'hfcm-update',
    array( 'NNR_HFCM', 'hfcm_update' )
    );

    And after inspecting the plugin on row 265 one can see that the page for editing the snippets have a empty title.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support 99robotsteam

    (@99robotsteam)

    @totejmedia Thank you for bringing this issue to our attention. We appreciate your detailed report. Our development team has been notified, and they are currently investigating the problem. We’ll update you as soon as we have more information or a solution.

    Plugin Support 99robotsteam

    (@99robotsteam)

    @totejmedia The issue has been fixed in the latest update of the Header Footer Code Manager plugin.

    We recommend updating to the latest version of the plugin to benefit from this fix. If you encounter any further issues or have any questions, please don’t hesitate to reach out to us.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.