Use shortcode with hooks
-
I need to add this shortcode using hooks.
if(is_single() && is_main_query()){
$after = ‘[shortcode]’;
//modify the incoming content
$content = $content . $after;This is not working.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Use shortcode with hooks’ is closed to new replies.