MainWP Child Reset

PHOTO EMBED

Wed Nov 13 2024 13:18:03 GMT+0000 (Coordinated Universal Time)

Saved by @Y@sir

add_filter( 'mainwp_child_branding_init_options', 'mycustom_mainwp_child_branding_init_options');
function mycustom_mainwp_child_branding_init_options( $opts ) {
if (is_array($opts) && isset($opts['hide'])) {
      $opts['hide'] = '';
}
return $opts;
}
content_copyCOPY

https://mainwpcs.com/kb/white-label-master-reset