New to Translating WordPress? Read through our Translator Handbook to get started. Hide

Yes! Here is an example of how to use the 'force_ssl' filter to force a page to be secure. function custom_force_ssl( $force_ssl, $post_id = 0, $url = '' ) { if ( $post_id == 5 ) { $force_ssl = true; } return $force_ssl; }

This string has no translation in this language.

No comments have been made on this yet.
You have to be logged in to comment.
Loading…
Loading…