v1.2.0
- Removed constants
Do not use the FW_*
constants, they are deprecated and will be removed in the next major release.
How to migrate from constants to functions:
- Replace the
FW_CT_*
constants with thefw_get_stylesheet_customizations_directory()
andfw_get_stylesheet_customizations_directory_uri()
functions - Replace the
FW_PT_*
constants with thefw_get_template_customizations_directory()
andfw_get_template_customizations_directory_uri()
- Replace the
FW_DIR
,FW_EXTENSIONS_DIR
,FW_URI
,FW_EXTENSIONS_URI
with thefw_get_framework_directory()
andfw_get_framework_directory_uri()