e them wisely and only on parts of the code that are called * during specific requests or actions to avoid loading the lazy values all the time. * * @since 7.0.0 * @since 29.0.0 - Supporting types and lazy loading */@LV@P?@LV@`?ѹLVp@ѹLV@𧼹LV[pLVPPBLV``B LVp3麹LVptLVBLV@麹LVtлLV<`kLV3`ELV|躹LV>LV|۹LVp>sAsAtA@LV@P?@LV@`?ѹLVp@ѹLV@𧼹LV[pLVPPBLV``B LVp3麹LVptLVBLV@麹LVtлLV<`kLV3`ELV|躹LV>LV|۹LVp>sAsA0uA@LV@P?@LV@`?@LV p?ѹLV @𧼹LVx5*CpLVPPBLV``BpLVp`+pֹLV LV@*pֹLV麹LVptLVBLV0麹LVtлLV<4LV|aLV>LV|۹LV>`zAzAHApHAuA A@LVP?@LV`?ѹLVp@𧼹LV@[pڽLVPPuPmLV𧼹LV@[pLVPPBLV``BLV<@LV0 [@躹LVPZ@躹LV`Z㺹LV@pLVp躹LV>۹LV>PBAjAjAmAmAkA~A~A}AX~A~A8cA8A/** * This class provides an easy way for apps to store config values in the * database. * * **Note:** since 29.0.0, it supports **lazy loading** * * ### What is lazy loading ? * In order to avoid loading useless config values into memory for each request, * only non-lazy values are now loaded. * * Once a value that is lazy is requested, all lazy values will be loaded. * * Similarly, some methods from this class are marked with a warning about ignoring * lazy loading. Use them wisely and only on parts of the code that are called * during specific requests or actions to avoid loading the lazy values all the time. * * @since 7.0.0 * @since 29.0.0 - Supporting types and lazy loading */(APA return home_url( $basename ); } /** * Returns the list of supported object subtypes exposed by the provider. * * @since 5.5.0 * * @return array List of object subtypes objects keyed by their name. */ public function get_object_subtypes() { return array(); } }