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

Dwie nowe akcje na stronie ustawień

parent ee2d190a
No related branches found
No related tags found
No related merge requests found
...@@ -248,10 +248,14 @@ class WPDesk_S214_Settings_1_4 { ...@@ -248,10 +248,14 @@ class WPDesk_S214_Settings_1_4 {
<?php <?php
settings_fields( $this->func . '_settings' ); settings_fields( $this->func . '_settings' );
do_action( $this->func . '_settings_tab_top_' . $active_tab );
do_action( $this->func . '_settings_tab_top_' . $active_tab . '_' . $section ); do_action( $this->func . '_settings_tab_top_' . $active_tab . '_' . $section );
do_settings_sections( $this->func . '_settings_' . $active_tab . '_' . $section ); do_settings_sections( $this->func . '_settings_' . $active_tab . '_' . $section );
do_action( $this->func . '_settings_tab_bottom_' . $active_tab );
do_action( $this->func . '_settings_tab_bottom_' . $active_tab . '_' . $section ); do_action( $this->func . '_settings_tab_bottom_' . $active_tab . '_' . $section );
?> ?>
</table> </table>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment