<?php | |
function Ari_customize_register( $wp_customize ) { | |
// Alle Einstellungen, die Settings und Sektionen kommen hier hinein | |
} | |
add_action( 'customize_register', 'Ari_customize_register' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment