Skip to content

Instantly share code, notes, and snippets.

@techjewel
Created November 17, 2022 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save techjewel/bdb206c605f85e107dfc16783797751c to your computer and use it in GitHub Desktop.
Save techjewel/bdb206c605f85e107dfc16783797751c to your computer and use it in GitHub Desktop.
Atarim Support For FluentCRM
<?php
add_filter('fluent_crm_asset_listed_slugs', function ($slugs) {
$slugs[] = '\/atarim-visual-collaboration\/';
return $slugs;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment