Remove "Welcome to Logistica Theme" on Dashboard

  • Posted in : Logistica
  • creativechaos
    Participant

    How can I remove the huge “Welcome to Logistica Theme” messaging that appears on the WordPress dashboard?

    It looks like I might need to override a function from the parent theme – I’d prefer to do it in the child theme if this is possible?

    Thanks.

    Mehmet S.
    Keymaster

    Hi, you can use the following code to remove it.

    add_action(
         'admin_init',
         function()
         {
              remove_action('admin_notices', 'logistica__admin_notices', 1);
         }
    );
    

    See: https://i.ibb.co/TbGCkPW/theme-file-editor.png

    Thanks

    creativechaos
    Participant

    Hi Mehmet,

    Thanks for the follow up… that code worked.

    Appreciate the help.

    Thanks.

    serkan
    Moderator

    You are welcome :) We’d be very happy if you can spare a minute to rate the theme on ThemeForest. Your feedback will boost our motivation and help us to work harder on future updates.

    https://themeforest.net/downloads

    Thank you for your support.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register