Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author kelter

    (@kelter)

    Hi gvocale,

    Currently FriendlyCase works with WordPress generated Post/Page titles using, ‘the_title”
    https://codex.www.ads-software.com/Function_Reference/the_title

    My guess would be you could alter the plugin to add WooCommerce’s, “product_category” etc as additional add_filter functions – possibly adding in as a variable to, add_filter(‘the_title’, ‘friendlycase’);

    Can’t look at this right away, but will see what I can do later – but it will most likely not be a function to FriendlyCase since it’s too specific to another plugin.

    thanks.

    Thread Starter gvocale

    (@gvocale)

    Thanks! I’ll wait for your news then.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Reformatting Woocommerce product_category, product_description and page title’ is closed to new replies.