In this presentation we will cover some built in WordPress functions like _option, _transient, and _theme_mod. We will discuss when to use each and how you may better organize your code.
My Website yes varchar(65) This means you can store up to 65 characters in this field to use as an identifier. longtext longtext can store up to 4,294,967,295 or 4GB (232 – 1) of data. This is far more than the whole of WordPress core(6.1 MB zipped / 17.2 MB extracted).
or some other hook (could void the use of a transient altogether) - wp_cron to remove it every DAY_IN_SECONDS (this makes some transients less than 24h but still efficient)
specific to a registered user (user_meta) When the info is specific to an individual post (post_meta) meta_id post_id meta_key meta_value 1 24 key value meta_id user_id meta_key meta_value 1 3 key value