Add a new tab to jobroller settings
Hi Guys,
I have been struggling to add a new tab to the jobroller settings. I am using a childtheme, tried to hook using the apply filters into the admin-values to add a new tab in order to add new options, but no results.
Used:
Code:
$options_integration = apply_filters('jr_filter_integration_values', $options_integration );
The issue is that I want to add new options , say, options to the tab " advanced " but also no results for both , either adding a new tab, or to add options to existing tab.
I checked all the forum and tutorials in docs!
So maybe someone around here, or the dev team can give a push.
Sebet?Thanks a lot.