Skip to main content

One post tagged with "WP2FA"

Integrations with the WP2FA plugin

View All Tags

1.11.3 - Permalink Length Limit Option

· One min read
Konstantin Brazhnik
Senior Full Stack Engineer @ Yoko Co

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 Permalink row action to posts that have a permalink longer than the set limit.
  • [AMS] Adds a standalong SalesForceClient class 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 CPTSync hooks for better visibility.
  • [CPTSYNC] Adds ability to manually reschedule all sync actions from the admin dashboard.
  • [WP2FA] Adds initial integration class with WP2FA with maybe_exclude_user_from_wp2fa method.