hamworks/wp-post-type

0.3.1 2023-08-25 06:34 UTC

This package is auto-updated.

Last update: 2024-04-25 08:01:18 UTC


README

$builder = new HAMWORKS\WP\Post_Type\Builder( 'slug', 'name' );
$builder->set_options( 
    [
        'public'      => true,
        'description' => '',
        'has_archive' => true,
    ]
);
$builder->create();