Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter( 'jnews_featured_image', function ( $image, $post_id ) {
- if ( jeg_metabox( 'jnews_paywall_metabox.enable_premium_post', false, $post_id ) && is_single() ) {
- $image = rtrim($image, '</div>') . '><div class="premium_sign">+</div></div>';
- }
- return $image;
- }, 999, 2 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement