0 comments CodeJaW HooksTutorials Filter jaw_section_title This filter is used in Section Bar. function my_section_title($title){ return " " . $title; } add_filter('jaw_section_title', 'my_section_title'); The result can look like this: List of all hooks you can find HERE March 24, 2016 0 87