-
Hello community,
I am trying to add dateModified property to review and article. I tried with
// add_filter( 'rank_math/snippet/rich_snippet_review_entity', function( $data ) { set( $data['dateModified'] ); return $data; }, 10, 1 );
But gives me error. Which code snippet shoud i use?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The ticket ‘Add Date Modified to Article and Review’ is closed to new replies.