Tagged: avia layout builder Viewing 2 posts - 1 through 2 (of 2 total) Author Posts April 2, 2015 at 6:59 pm #422718 LParticipant Hey! How to rename the “Avia layout builder” headline in wp admin panel? Maybe anyone done it before? Any suggestions? April 3, 2015 at 6:06 pm #423202 ElliottInactive Moderator Hi L! Add this to the bottom of your functions.php file. add_filter('avf_builder_boxes', 'avia_register_meta_boxes', 10, 1); function avia_register_meta_boxes($boxes) { $boxes[0]['title'] = "custom"; return $boxes; } Best regards, Elliott Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In