Plugin Directory

Changeset 2423481


Ignore:
Timestamp:
11/23/2020 10:55:17 AM (5 years ago)
Author:
pookidevs
Message:

Bug Fix

Location:
k2-essentials
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • k2-essentials/tags/1.3/class-controls.php

    r2423451 r2423481  
    9090        ?>
    9191        <script type="text/javascript">
     92        if ( $( 'body' ).first().hasClass( 'k2_essentials_setting_toggle' ) ){
    9293            jQuery(document).ready(function($) {
    9394            $('[scope=row]').closest('th').hide();
    9495            } );
     96        }
    9597        </script>
    9698        <?php
     
    99101    public function k2e_init (){
    100102
    101         add_action( 'admin_head', array($this,'wpse_239421_hide_section' ));
     103        //add_action( 'admin_head', array($this,'wpse_239421_hide_section' ));
    102104
    103105        register_setting('plugin_options', 'plugin_options', array($this, 'k2e_plugin_options_validate' ));
Note: See TracChangeset for help on using the changeset viewer.