You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes you are correct, this is a result of the name eventually making it's way to being an object property, and the syntax for retrieving that isn't familiar to everyone. I'm going to leave this Issue open for the time being, however, because I think this can be thought out a bit more...
juste a tip :never use the dash '-' in the instance name !
it will be saved a and underscore '_' .
eg :
$attachments = new Attachments( 'my-att' );
// will be saved as 'my_att' in the post meta
The text was updated successfully, but these errors were encountered: