Créer un post_type personnalisé.

BASH
                    # wp scaffold post-type {post_type_slug} --label={post_type_label} --theme={theme}
wp scaffold post-type movie --label=Movie --theme=your-theme

# Choisir le fichier de destination
# wp scaffold taxonomy {post_type_slug} --label={post_type_label} --theme={theme} > {file}
wp scaffold post-type movie --label=Movie --theme=your-theme > file.php