Hi Authur,
I have another shortcode which using in every webpage called [include id=”14″ title=”Footer_English (Active)”].
I would like to know how do we called the same above in your add_shortcode function without changing every webpage?
i did try the following shortcode format but no luck to see anything on my webpage. Please advise.
add_shortcode( ‘[include id=”14″ title=”Footer_English (Active)”]’, function () {
//code here
} );