Change FluentBoards logo in dashboard

tdrayson

I’ve been using FluentBoards internally for a while now, and I want to add my logo to make it more branded.

Thankfully, we can easily change using the built-in filter from FluentBoards and a snippet.

Add code

Add the code below to functions.php or code snippet plugin.

PHP

        function tct_fluent_boards_icon(){
    // Replace with url to image or logo
    return '/wp-content/uploads/2022/09/cropped-favicon-3x-32x32.png';
}
add_filter('fluent_boards/app_icon', 'tct_fluent_boards_icon', 10, 1);
      
Copy

👋🏻 Weekly Tutorial Digest

I send out a weekly newsletter with links to new tutorials written in the last week, you can subscribe below.

Newsletter

🔒I won't send you spam, I promise