Skip to content
Snippets Groups Projects
Commit 42b14ba0 authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

Filtr _settings_section_url_ - umożliwia usuwanie/dodawanie parametrów do linków sekcji

parent f446a53a
No related branches found
No related tags found
No related merge requests found
......@@ -227,6 +227,9 @@ class WPDesk_S214_Settings_1_3 {
$class = 'current';
}
$tab_url = apply_filters( $this->func . '_settings_section_url_' . $section_id, $tab_url );
$tab_url = apply_filters( $this->func . '_settings_section_url', $tab_url );
echo '<a class="' . $class . '" href="' . esc_url( $tab_url ) . '">' . $section_name . '</a>';
if( $number != $number_of_sections ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment