File tree Expand file tree Collapse file tree
src/main/java/net/ygbstudio/powerwp4j/models/schema Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525/**
2626 * Enum representing different types of WordPress posts.
2727 *
28- * <p>This enum includes common post types such as standard posts, attachments, and photos. Each
29- * enum constant is associated with its corresponding string representation used in WordPress.
28+ * <p>
29+ * This enum includes common post types such as standard posts, attachments, and
30+ * photos. Each
31+ * enum constant is associated with its corresponding string representation used
32+ * in WordPress.
3033 *
3134 * @see <a
32- * href="https://developer.wordpress.org/reference/functions/get_post_type/">get_post_type()</a>
33- * @author Yoham Gabriel @ YGB Studio
35+ * href=
36+ * "https://developer.wordpress.org/reference/functions/get_post_type/">get_post_type()</a>
37+ *
3438 */
3539public enum WPPostType implements PostTypeEnum {
3640 POST ("post" ),
You can’t perform that action at this time.
0 commit comments