rankmath / seo-by-rank-math

Rank Math is a revolutionary WordPress SEO Plugin that combines the features of many SEO tools and lets you multiply your traffic in the easiest way possible :bulb: :chart_with_upwards_trend: →
https://rankmath.com
107 stars 52 forks source link

Filter for og:updated_time #71

Closed shazahm1 closed 3 years ago

shazahm1 commented 3 years ago

Is your feature request related to a problem? Please describe. No, I need a filter to dynamically adjust the updated_time OG tag.

Describe the solution you'd like Please add a filter here:

Describe alternatives you've considered No filter exists.

Additional context None.

surajv commented 3 years ago

Hi @shazahm1,

You can use this filter:

add_filter( "rank_math/opengraph/facebook/og_updated_time", function( $content ) {
    return 'NEW VALUE';
});

Reference: https://rankmath.com/kb/filters-hooks-api-developer/#change-specific-social-meta

I hope this helps.

Thank you.

shazahm1 commented 3 years ago

Yes, thanks; I just came back to close because I had just found the filter.