-
Hello.
Why doesn’t this code work in functions.php? https://snipboard.io/S6uP94.jpgadd_filter( 'rank_math/opengraph/image_sizes', 'override_images'); function override_images() { if ( is_post_type('job_listing') ) { return 'thumbnail'; } }
It is necessary to specify a special og:image size (thumbnail) for the custom post type (post_type=job_listing).
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this ticket.