White label panel

edited December 2015 in Shortcodes
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

Comments

Sign In or Register to comment.