Hi,
One of the errors for that my theme was rejected is the following:
WARNING: The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
I use add_shortcode()
function in my theme to create custom Visual Composer content modules as its as plugin documentation recommend and as many themes author build themes.
How to deal with this warning?
Thanks