Created
November 17, 2022 14:19
-
-
Save techjewel/bdb206c605f85e107dfc16783797751c to your computer and use it in GitHub Desktop.
Atarim Support For FluentCRM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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