Faishal
Faishal
SP Metadata URL in config throwing ```Invalid SSO settings. Contact your administrator.``` when IdP Metadata is empty
A WP-CLI script to migrate WPML(Sitepress) plugin translated data into babble It will migrate following things - Posts - Taxonomy & Terms - Menu
Remove `error_log` references and use `bbl_log` function
Hooks the WP filter `archive_template` to deal with the shadow post types for archive templates, ensuring they use the right template.
This hook will allow developer to trigger custom action after post marked as translation ready e.g. Notify user if any post is marked as translation ready
Current version of plugin is lake of escaping and sanitization in code. I have fixed following things - Escape all the data on output with proper escape function - Sanitize...
- Created multipart email for mails with attachments. - Added param in wp-cli commad. - Updated readme with example command.
- Removed `wp_mail` pluggable method, hook into wp_mail & PHPmailer - Added SES_PHPMailer custom class by extending WordPress PHPMailer - Use custom Mailer method to send the email via aws...