Petra
AI assistant for GrootMade
Hi! I'm Petra 👋 Ask me to help you find the perfect WP plugin, theme, or template kit.
Object-oriented controllers for managing posts, users, and terms.
Object-oriented controllers for managing posts, users, and terms.
This library provides object-oriented controllers for core platform objects like posts, users, and terms. It is designed for PHP developers who prefer working with classes and objects over the standard procedural functions, aiming to make development faster and more intuitive.
$Post->type instead of get_post_type()).$Post->terms($taxonomies) return term controllers for related taxonomies, avoiding complex function chains.$Post->excerpt(50) to generate an excerpt from content if one is not explicitly set, with shortcodes and tags stripped.No comments yet. Be the first to start the conversation!