Changeset 2423481
- Timestamp:
- 11/23/2020 10:55:17 AM (5 years ago)
- Location:
- k2-essentials
- Files:
-
- 1 added
- 1 edited
-
tags/1.3/class-controls.php (modified) (2 diffs)
-
trunk/class-controls.php (added)
Legend:
- Unmodified
- Added
- Removed
-
k2-essentials/tags/1.3/class-controls.php
r2423451 r2423481 90 90 ?> 91 91 <script type="text/javascript"> 92 if ( $( 'body' ).first().hasClass( 'k2_essentials_setting_toggle' ) ){ 92 93 jQuery(document).ready(function($) { 93 94 $('[scope=row]').closest('th').hide(); 94 95 } ); 96 } 95 97 </script> 96 98 <?php … … 99 101 public function k2e_init (){ 100 102 101 add_action( 'admin_head', array($this,'wpse_239421_hide_section' ));103 //add_action( 'admin_head', array($this,'wpse_239421_hide_section' )); 102 104 103 105 register_setting('plugin_options', 'plugin_options', array($this, 'k2e_plugin_options_validate' ));
Note: See TracChangeset
for help on using the changeset viewer.