maxfenton
Forum Replies Created
-
This worked for me. It shows all the post types again, and we can use this version to test the features we need until it is released.
Noting that
_builtin
is for internal use only and should not be edited. So essentially you’ve made it so onlypublic = true
works now and that wasn’t how it used to be. It makes it impossible to schedule future expiration dates of post types that are data but not pages with URLs.
https://developer.www.ads-software.com/reference/functions/register_post_type/Please:
– add this to the changelog
– add this to the documentation
– consider reverting this change in the futureI can confirm that custom post types where
public
isfalse
do not appear now.
https://developer.www.ads-software.com/reference/functions/register_post_type/- This reply was modified 9 months, 2 weeks ago by maxfenton.
Forum: Plugins
In reply to: [WP-Stateless - Google Cloud Storage] Switch bucket functionalityThank you!
Forum: Plugins
In reply to: [WP-Stateless - Google Cloud Storage] Switch bucket functionality(I have this same question, I think.) Why does each image need to have it’s own bucket declaration, since the system has the bucket option on a site level?
Forum: Plugins
In reply to: [Favorites] Display user's favorited postsThis gist was so helpful. Thank you zhirkovski for sharing it. Saved the day.
Forum: Plugins
In reply to: [W3 Total Cache] Fatal error: Cannot use object of type WP_Query as arraySame
Forum: Plugins
In reply to: [Co-Authors Plus] XSS VulnerabilityDoes this address that?
https://github.com/Automattic/Co-Authors-Plus/commit/a428e2c08ffb7f5d6842014b7a55409890425864
Forum: Fixing WordPress
In reply to: Help required: Cannot update/publish posts anymoreSame! Thank you for helping solve that.