Informations complémentaires
Poids | 25 g |
---|
function remove_theme_support( $feature ) { // Do not remove internal registrations that are not used directly by themes. if ( in_array( $feature, array( 'editor-style', 'widgets', 'menus' ), true ) ) { return false; } return _remove_theme_support( $feature ); }
Avis
Il n’y a pas encore d’avis.