Why is the_content filter not being executed?
-
I’m using Pods and a plugin called Glossary (from Codeat). The Glossary plugin is executed on the_content filter. Debugging a problem associated with that plugin shows the_content filter is apparently not being run at all on the relevant pages, but I can’t see why (I’m not very experienced with Pods).
Pods 2.9.13 PHP 7.4.33 WP 6.2
————————————————
PODS template (article-details)
<ul class="kb-meta">[if skill_level]<li>Skill Level: <b>{@skill_level}</b></li>[/if] [if fh_version]<li>FH versions: <b>{@fh_version}</b></li>[/if] [if topic]<li>In Topics: <b>[each topic]<a href="../../topic/{@slug}">{@name}</a> [/each]</b></li>[/if] </ul> <ul class="kb-meta">[if help_file_reference_7]Help file (v7): [help7]{@help_file_reference_7}[/help7][/if] </ul> <ul class="kb-meta">[if help_file_reference]Help file (v6): [help]{@help_file_reference}[/help][/if] </ul> {@post_content} <div class="kb-info">Last update: {@post_modified_gmt,rjt_date}</div>
POD: kb_article
Singular template: article-details
Singular template filter: Filter: the_content
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Why is the_content filter not being executed?’ is closed to new replies.