/* * Hard-coded / fixed constants. These values cannot be modified. */ WPSSOOPM_FILEPATH WPSSOOPM_PLUGINBASE WPSSOOPM_PLUGINDIR WPSSOOPM_PLUGINSLUG WPSSOOPM_URLPATH WPSSOOPM_VERSION WPSSOOPM_CONTACT_POST_TYPE = 'contact_point' WPSSOOPM_ORG_POST_TYPE = 'organization' WPSSOOPM_PLACE_POST_TYPE = 'place' /* * Define in your wp-config.php file to change the default value. */ WPSSOOPM_CONTACT_ARCHIVE_SLUG = 'contact_points' // False, true, or archive slug. WPSSOOPM_CONTACT_CATEGORY_TAXONOMY = false WPSSOOPM_CONTACT_MENU_ORDER = 87 WPSSOOPM_ORG_ARCHIVE_SLUG = 'organizations' // False, true, or archive slug. WPSSOOPM_ORG_CATEGORY_TAXONOMY = false WPSSOOPM_ORG_MENU_ORDER = 88 WPSSOOPM_PLACE_ARCHIVE_SLUG = 'places' // False, true, or archive slug. WPSSOOPM_PLACE_CATEGORY_TAXONOMY = false WPSSOOPM_PLACE_MENU_ORDER = 89