Show Wondershare on video-and-motion-tools pages

This commit is contained in:
Sam Carlton 2022-07-19 12:59:55 -05:00
parent fd745c7ef2
commit f754406d20
2 changed files with 6 additions and 0 deletions

View file

@ -42,6 +42,9 @@ const adName = (() => {
// Productivity Apps
if ( listing?.category?.slug === 'productivity-tools' ) return 'codeable-1'
// Video and Motion Tools
if ( listing?.category?.slug === 'video-and-motion-tools' ) return 'wondershare-arm-1'
return 'default'
})()

View file

@ -74,6 +74,9 @@ const adName = (() => {
if ( kindName === 'developer-tools' ) return 'jotform-for-developers-1'
// Video and Motion Tools
if ( kindName === 'video-and-motion-tools' ) return 'wondershare-arm-1'
return 'default'
})()