a filter on 'the_title', ‘widont’ prevents typographical orphans by replacing the last whitespace character with a
We don’t want that to be output in the title because amazon will display the raw , and we already have the post object, so might as well get the title directly from the object instead of calling get_the_title and applying unneeded filters or having to unhook filters for proper output.
a filter on 'the_title', ‘widont’ prevents typographical orphans by replacing the last whitespace character with a
We don’t want that to be output in the title because amazon will display the raw
, and we already have the post object, so might as well get the title directly from the object instead of calling get_the_title and applying unneeded filters or having to unhook filters for proper output.