1.11.3 - Permalink Length Limit Option
· One min read
Add the ability to limit permalink length. Adds the ability to shorten long permalinks that predate the addition of this feature. Adds CPT Sync Health Dashboard hook functions and reschedule actions button. Adds standalone SalesForceClient. Adds WP2FA integration class with maybe_exclude_user_from_wp2fa method.
ADDS
- [OPTION] Adds the Limit Permalink Lengths option to the General options screen to enforce shorter permalinks.
- [ROW ACTION] Adds
Shorten Permalinkrow action to posts that have a permalink longer than the set limit. - [AMS] Adds a standalong
SalesForceClientclass that will work with the native SalesForce API and hence is applicable to AMS's like Fonteva and Nimble. - [CPTSYNC HEALTH] Adds all functions that are currently attached to
CPTSynchooks for better visibility. - [CPTSYNC] Adds ability to manually reschedule all sync actions from the admin dashboard.
- [WP2FA] Adds initial integration class with
WP2FAwithmaybe_exclude_user_from_wp2famethod.