Method v1.3.4 Released
Rob Clark
Digital DeveloperMethod and Method Generator v1.3.4 are now available. This release adds support for easily adding new format tags without the need to edit Method's layout class directly, adds support for adding layout class documentation to the admin dialog using a new action, and adds optional $fallback arguments to the get_meta(), get_loaded_meta(), and get_option() methods.
#
Custom Format TagsNew format tags can now be added by hooking into the method_format_tags
filter. More information and code examples can be found here.