add_filter and custom fields
-
Hi folks
I have a plugin on my WP3.1.2 install that adds a filter to the main post content in order to expand a shortcode and show VodPod video content:
add_filter('the_content', 'expand_vodpod_shortcode');
However, I’d also like to apply the same filter to a custom textarea field in my posts entitled rh-column.
Would the same logic apply? i.e…
add_filter('rh-column', 'expand_vodpod_shortcode');
…or is more required?
Many thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘add_filter and custom fields’ is closed to new replies.