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

You can also use this filter to filter pages based on their URL. Let's say you have an E-commerce site and all of your E-commerce URL's contain 'store'. function store_force_ssl( $force_ssl, $post_id = 0, $url = '' ) { if ( strpos($url, 'store') !== false ) { $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…