White label panel
Hello, I'm interested on how white label is working, I'm creating a web site for myself, but still want to know how this function work.
I've made a pic where you can see I couldn't see 'white label false' in codes in my FTP, please explain me how I can find it and edit it, thank you.
149 White label | admin body
150
151 If( ! function_exists( 'mfn_white_label_class' ) )
152 {
153 function mfn_white_label_class( $classes ) {
154 if( white_label ) $classes . = 'white-label ';
155 return $classes;
156 }
157 }
158 add_filter ( 'admin_body_class' , 'mfn_white_label_class' );
159
160
I've made a pic where you can see I couldn't see 'white label false' in codes in my FTP, please explain me how I can find it and edit it, thank you.
149 White label | admin body
150
151 If( ! function_exists( 'mfn_white_label_class' ) )
152 {
153 function mfn_white_label_class( $classes ) {
154 if( white_label ) $classes . = 'white-label ';
155 return $classes;
156 }
157 }
158 add_filter ( 'admin_body_class' , 'mfn_white_label_class' );
159
160
Comments
please take a look at http://themes.muffingroup.com/betheme/documentation/#white-label-panel where this has been explained. That's all about this simple white label panel feature.
Thanks!
with:
define( 'WHITE_LABEL', true ); maybe I don't understand smth please show me where to put white label true in coding